Adwaita: fix notebook overflow arrows styling

which correctly go :active now, istead of :checked as in the past.
This commit is contained in:
Lapo Calamandrei 2016-03-12 19:02:48 +01:00
parent e44ea315d5
commit 2885f1b3a2
3 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);