mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 21:20:09 +00:00
parent
5c74afb2f1
commit
dee666f515
@ -427,6 +427,17 @@ treeview entry {
|
||||
}
|
||||
}
|
||||
|
||||
.entry-tag {
|
||||
@include button(undecorated);
|
||||
background-color: darken($base_color,10%);
|
||||
|
||||
&:hover { background-color: $base_color; }
|
||||
|
||||
.button {
|
||||
@include button(undecorated);
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
/***********
|
||||
* Buttons *
|
||||
|
Loading…
Reference in New Issue
Block a user