Added an accent to active tab. Improved GTK4 so its css better overrides libadwaita's when linked or copied to ~/.config/gtk-4.0/gtk.css

This commit is contained in:
Eudaimon 2022-09-23 21:04:02 +02:00
parent 3f5b9b74b8
commit 623f8caa89
14 changed files with 530 additions and 413 deletions

View file

@ -0,0 +1,12 @@
.nautilus-path-bar .path-buttons-box {
//border-width: $border_width;
//border-style: solid;
//@include relief($button_bg);
//color: $button_fg;
//padding: 0;
button {
@extend %button_basic;
@extend %button_basic_flat;
}
}