mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 23:03:38 +00:00
improve menu hover/focus styling
This commit is contained in:
parent
2ee0cbbfc0
commit
89e21c2bf4
|
@ -254,6 +254,15 @@ tooltip {
|
||||||
color:rgb(149,149,149);
|
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 {
|
.menu item {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
@ -261,11 +270,6 @@ tooltip {
|
||||||
border-top: 2px solid rgb(41, 40, 40);
|
border-top: 2px solid rgb(41, 40, 40);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu :hover {
|
|
||||||
color: rgb(212, 190, 152);
|
|
||||||
border-color: rgb(72,70,61);
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu item > * :hover {
|
.menu item > * :hover {
|
||||||
border-color: rgb(212, 190, 152);
|
border-color: rgb(212, 190, 152);
|
||||||
background-color: rgb(72,70,61);
|
background-color: rgb(72,70,61);
|
||||||
|
|
Loading…
Reference in a new issue