forked from AuroraMiddleware/gtk
Adwaita: fix notebook overflow arrows styling
which correctly go :active now, istead of :checked as in the past.
This commit is contained in:
parent
e44ea315d5
commit
2885f1b3a2
@ -2005,7 +2005,7 @@ notebook {
|
||||
min-width: 16px;
|
||||
border-radius: 0;
|
||||
|
||||
&:hover:not(:checked):not(:backdrop) {
|
||||
&:hover:not(:active):not(:backdrop) {
|
||||
background-clip: padding-box;
|
||||
background-image: none;
|
||||
background-color: transparentize(white, 0.7);
|
||||
|
@ -2125,7 +2125,7 @@ notebook > header {
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
border-radius: 0; }
|
||||
notebook > header > tabs > arrow:hover:not(:checked):not(:backdrop) {
|
||||
notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) {
|
||||
background-clip: padding-box;
|
||||
background-image: none;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
|
@ -2135,7 +2135,7 @@ notebook > header {
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
border-radius: 0; }
|
||||
notebook > header > tabs > arrow:hover:not(:checked):not(:backdrop) {
|
||||
notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) {
|
||||
background-clip: padding-box;
|
||||
background-image: none;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
|
Loading…
Reference in New Issue
Block a user