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 */
|
.tray menu { /* SysTray popup */
|
||||||
padding: 5px;
|
|
||||||
background-color: $bg-300;
|
background-color: $bg-300;
|
||||||
border-radius: $bg-radius;
|
border-radius: $bg-radius;
|
||||||
|
|
||||||
|
@ -43,19 +42,18 @@ tooltip {
|
||||||
|
|
||||||
menuitem {
|
menuitem {
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
menuitem:last-child {
|
&:last-child {
|
||||||
margin: 0px 0px $bg-radius 0px;
|
margin: 0px 0px $bg-radius 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuitem:first-child {
|
&:first-child {
|
||||||
margin: $bg-radius 0px 0px 0px;
|
margin: $bg-radius 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuitem:hover {
|
&:hover {
|
||||||
background-color: $blue-500;
|
background-color: $blue-500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue