mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Only highlight focused menu item if focus is supposed to be visible (#9945)
This commit is contained in:
parent
6152c1762d
commit
056fec844f
@ -84,7 +84,7 @@ limitations under the License.
|
||||
align-items: center;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
background-color: $menu-selected-color;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user