mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Adwaita: Insensitive notebook arrows
Just make insensitive notebook arrows gray until better styling appears. https://bugzilla.gnome.org/show_bug.cgi?id=761716
This commit is contained in:
parent
102b3bfddf
commit
4c37719639
@ -1831,6 +1831,10 @@ notebook {
|
||||
}
|
||||
}
|
||||
|
||||
arrow:disabled {
|
||||
color: $insensitive_fg_color;
|
||||
}
|
||||
|
||||
tab {
|
||||
font-weight: bold;
|
||||
min-height: 36px;
|
||||
|
@ -2193,6 +2193,8 @@ notebook > header {
|
||||
box-shadow: none; }
|
||||
notebook > header.right > tabs > tab:active {
|
||||
box-shadow: inset 3px 0 #215d9c; }
|
||||
notebook > header arrow:disabled {
|
||||
color: #949796; }
|
||||
notebook > header tab {
|
||||
font-weight: bold;
|
||||
min-height: 36px;
|
||||
|
@ -2203,6 +2203,8 @@ notebook > header {
|
||||
box-shadow: none; }
|
||||
notebook > header.right > tabs > tab:active {
|
||||
box-shadow: inset 3px 0 #4a90d9; }
|
||||
notebook > header arrow:disabled {
|
||||
color: #8b8e8f; }
|
||||
notebook > header tab {
|
||||
font-weight: bold;
|
||||
min-height: 36px;
|
||||
|
Loading…
Reference in New Issue
Block a user