and even mooooore tweaks
This commit is contained in:
parent
fb4d28b265
commit
1c0810290b
7 changed files with 40 additions and 22 deletions
|
@ -9,7 +9,7 @@
|
|||
text-align: start;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--surface-2);
|
||||
background-color: var(--surface-4);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
|||
padding: var(--padding-m) 0;
|
||||
inline-size: max-content;
|
||||
|
||||
background-color: var(--surface-2);
|
||||
border: 1px solid var(--surface-3);
|
||||
background-color: var(--surface-4);
|
||||
border: 1px solid var(--surface-5);
|
||||
border-block-start-width: 0;
|
||||
margin: unset;
|
||||
|
||||
|
@ -40,10 +40,10 @@
|
|||
grid-template-columns: subgrid;
|
||||
align-items: center;
|
||||
|
||||
background-color: var(--surface-2);
|
||||
background-color: var(--surface-4);
|
||||
|
||||
&:hover {
|
||||
background-color: var(--surface-3);
|
||||
background-color: var(--surface-5);
|
||||
}
|
||||
|
||||
& > sub {
|
||||
|
@ -54,5 +54,5 @@
|
|||
}
|
||||
|
||||
:popover-open + .item {
|
||||
background-color: var(--surface-2);
|
||||
background-color: var(--surface-4);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue