Fixed nemo issue

This commit is contained in:
Vince 2021-06-09 11:43:51 +08:00
parent 55be148032
commit 977f88619f
2 changed files with 11 additions and 8 deletions

View file

@ -3892,7 +3892,7 @@ paned {
// //
infobar { infobar {
border-style: none; border: none;
&.info { &.info {
& > revealer > box, & > revealer > box,

View file

@ -41,13 +41,8 @@
paned > separator { background-image: image($solid_borders_color); } paned > separator { background-image: image($solid_borders_color); }
notebook {
background-color: $base_color;
}
// Rename entry
.nemo-window-pane { .nemo-window-pane {
widget.entry { widget.entry { // Rename entry
border: 2px solid if($variant =='light', $entry_highlight, $selected_bg_color); border: 2px solid if($variant =='light', $entry_highlight, $selected_bg_color);
background-color: $entry_bg; background-color: $entry_bg;
border-radius: $bt_radius; border-radius: $bt_radius;
@ -60,7 +55,7 @@
} }
} }
treeview.view { treeview.view { // Treeview rename entry
&, &:selected { &, &:selected {
entry { entry {
color: $fg_color; color: $fg_color;
@ -69,6 +64,14 @@
} }
} }
} }
> notebook {
background-color: $base_color;
infobar > revealer > box { border-bottom: 1px solid $borders_color; }
box.vertical > separator { background: none; }
}
} }
.toolbar { .toolbar {