improve menu hover/focus styling

This commit is contained in:
sheaf 2021-04-25 15:45:33 +02:00
parent 2ee0cbbfc0
commit 89e21c2bf4

View file

@ -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);