mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-71668 editor_atto: Accissibility focus styling for Atto buttons
Make all Atto buttons consistent in the way they show the focus outline
This commit is contained in:
parent
30b8ad51f4
commit
2ea485da78
@ -158,7 +158,7 @@ a:not([class]),
|
||||
.aabtn,
|
||||
.btn-link,
|
||||
.nav-link,
|
||||
.atto_link_button,
|
||||
.editor_atto_toolbar button,
|
||||
[role="button"],
|
||||
.list-group-item-action,
|
||||
input[type="checkbox"],
|
||||
|
@ -9784,8 +9784,8 @@ a:not([class]):focus:hover,
|
||||
.btn-link:focus,
|
||||
.nav-link.focus,
|
||||
.nav-link:focus,
|
||||
.atto_link_button.focus,
|
||||
.atto_link_button:focus,
|
||||
.editor_atto_toolbar button.focus,
|
||||
.editor_atto_toolbar button:focus,
|
||||
[role="button"].focus,
|
||||
[role="button"]:focus,
|
||||
.list-group-item-action.focus,
|
||||
@ -9816,7 +9816,7 @@ button.close:focus,
|
||||
.aabtn:focus:hover,
|
||||
.btn-link:focus:hover,
|
||||
.nav-link:focus:hover,
|
||||
.atto_link_button:focus:hover,
|
||||
.editor_atto_toolbar button:focus:hover,
|
||||
[role="button"]:focus:hover,
|
||||
.list-group-item-action:focus:hover,
|
||||
input[type="checkbox"]:focus:hover,
|
||||
|
@ -9996,8 +9996,8 @@ a:not([class]):focus:hover,
|
||||
.btn-link:focus,
|
||||
.nav-link.focus,
|
||||
.nav-link:focus,
|
||||
.atto_link_button.focus,
|
||||
.atto_link_button:focus,
|
||||
.editor_atto_toolbar button.focus,
|
||||
.editor_atto_toolbar button:focus,
|
||||
[role="button"].focus,
|
||||
[role="button"]:focus,
|
||||
.list-group-item-action.focus,
|
||||
@ -10028,7 +10028,7 @@ button.close:focus,
|
||||
.aabtn:focus:hover,
|
||||
.btn-link:focus:hover,
|
||||
.nav-link:focus:hover,
|
||||
.atto_link_button:focus:hover,
|
||||
.editor_atto_toolbar button:focus:hover,
|
||||
[role="button"]:focus:hover,
|
||||
.list-group-item-action:focus:hover,
|
||||
input[type="checkbox"]:focus:hover,
|
||||
|
Loading…
x
Reference in New Issue
Block a user