simplify separator css

This commit is contained in:
Alexandros Theodotou 2023-03-28 11:48:50 +09:00
parent 79cb1cebfb
commit ebf724d5e8
No known key found for this signature in database
GPG Key ID: 022EAE42313D70F3
1 changed files with 8 additions and 17 deletions

View File

@ -11,16 +11,15 @@ $accent_bg_color: $bright_orange;
@define-color accent_color #{$accent_color};
@define-color accent_bg_color #{$accent_bg_color};
paned {
> separator {
min-height: 4px;
}
}
.plugin-browser separator:hover,
.file-browser separator:hover
panelresizer > widget > separator,
paned > separator
{
background-color: $hover_color;
&:hover {
color: $hover_color;
//background-color: gtkalpha(white, 0.08);
}
min-height: 4px;
min-width: 4px;
}
.plugin-browser separator,
@ -313,14 +312,6 @@ statusbar {
font-size: 10.5pt;
}
center-dock > paned > paned > paned > separator {
background-color: gtkalpha(white, 0.08);
&:hover {
background-color: gtkalpha(white, 0.12);
}
}
/* use .spacer instead in toolbars */
.thick-separator
{