💄 chore(style): also fix some global styles
This commit is contained in:
+5
-7
@@ -121,10 +121,6 @@ entry {
|
|||||||
&:hover {
|
&:hover {
|
||||||
background: colors.$bg-secondary;
|
background: colors.$bg-secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
|
||||||
box-shadow: inset 0 0 0 1px colors.$fg-primary;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& icon.close {
|
& icon.close {
|
||||||
@@ -162,8 +158,6 @@ entry {
|
|||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|
||||||
& button.action {
|
& button.action {
|
||||||
@include mixins.hover-shadow;
|
|
||||||
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: colors.$bg-secondary;
|
background: colors.$bg-secondary;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
@@ -173,6 +167,10 @@ entry {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: colors.$bg-tertiary;
|
||||||
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-top-left-radius: 12px;
|
border-top-left-radius: 12px;
|
||||||
border-bottom-left-radius: 12px;
|
border-bottom-left-radius: 12px;
|
||||||
@@ -261,7 +259,7 @@ selection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
trough {
|
trough {
|
||||||
background: functions.toRGB(color.adjust($color: wal.$color1, $lightness: -20%));
|
background: color.adjust($color: colors.$bg-primary, $lightness: -5%);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user