diff --git a/assets/theme.css b/assets/theme.css index 59d4768..a6b4997 100644 --- a/assets/theme.css +++ b/assets/theme.css @@ -254,6 +254,15 @@ tooltip { color:rgb(149,149,149); } +.menu :focus-within { + border-color: rgb(212, 190, 152); +} + +.menu :focus{ + border-color: rgb(72,70,61); + background-color: rgb(41, 40, 40); +} + .menu item { padding-left: 8px; padding-right: 8px; @@ -261,11 +270,6 @@ tooltip { border-top: 2px solid rgb(41, 40, 40); } -.menu :hover { - color: rgb(212, 190, 152); - border-color: rgb(72,70,61); -} - .menu item > * :hover { border-color: rgb(212, 190, 152); background-color: rgb(72,70,61);