mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Made a mass of accessibility improvements
- Changed default focus styles - Updated dropdowns with keyboard navigation - Updated modals with esc exiting - Added accessibility attirbutes where needed - Made many more elements focusable - Updated hover effects of many items to also apply when focused within Related to #1320 and #1198
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id="entity-selector-wrap">
|
||||
<div overlay entity-selector-popup>
|
||||
<div class="popup-body small">
|
||||
<div class="popup-body small" tabindex="-1">
|
||||
<div class="popup-header primary-background">
|
||||
<div class="popup-title">{{ trans('entities.entity_select') }}</div>
|
||||
<button type="button" class="popup-header-close">x</button>
|
||||
|
Reference in New Issue
Block a user