style(eww): Simplify CSS
This commit is contained in:
parent
d65af418f6
commit
ab4d9a9e81
1 changed files with 9 additions and 11 deletions
|
@ -33,7 +33,6 @@ tooltip {
|
|||
}
|
||||
|
||||
.tray menu { /* SysTray popup */
|
||||
padding: 5px;
|
||||
background-color: $bg-300;
|
||||
border-radius: $bg-radius;
|
||||
|
||||
|
@ -43,19 +42,18 @@ tooltip {
|
|||
|
||||
menuitem {
|
||||
padding: 2px 8px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
menuitem:last-child {
|
||||
margin: 0px 0px $bg-radius 0px;
|
||||
}
|
||||
&:last-child {
|
||||
margin: 0px 0px $bg-radius 0px;
|
||||
}
|
||||
|
||||
menuitem:first-child {
|
||||
margin: $bg-radius 0px 0px 0px;
|
||||
}
|
||||
&:first-child {
|
||||
margin: $bg-radius 0px 0px 0px;
|
||||
}
|
||||
|
||||
menuitem:hover {
|
||||
background-color: $blue-500;
|
||||
&:hover {
|
||||
background-color: $blue-500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue