1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

use :checked for active tabs

This commit is contained in:
Horst3180 2016-03-01 23:26:00 +01:00
parent bf1be44a2c
commit 380b18e2a5
7 changed files with 13 additions and 13 deletions

View File

@ -1614,10 +1614,10 @@ notebook {
border-color: #2b2e39; } border-color: #2b2e39; }
notebook > header tab:hover label { notebook > header tab:hover label {
color: rgba(211, 218, 227, 0.725); } color: rgba(211, 218, 227, 0.725); }
notebook > header tab:active { notebook > header tab:checked {
background-color: #404552; background-color: #404552;
border-color: #2b2e39; } border-color: #2b2e39; }
notebook > header tab:active label { notebook > header tab:checked label {
color: #D3DAE3; } color: #D3DAE3; }
notebook > header tab button { notebook > header tab button {
min-height: 18px; min-height: 18px;

View File

@ -1613,10 +1613,10 @@ notebook {
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header tab:hover label { notebook > header tab:hover label {
color: rgba(92, 97, 108, 0.775); } color: rgba(92, 97, 108, 0.775); }
notebook > header tab:active { notebook > header tab:checked {
background-color: #ffffff; background-color: #ffffff;
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header tab:active label { notebook > header tab:checked label {
color: #5c616c; } color: #5c616c; }
notebook > header tab button { notebook > header tab button {
min-height: 18px; min-height: 18px;

View File

@ -1614,10 +1614,10 @@ notebook {
border-color: #2b2e39; } border-color: #2b2e39; }
notebook > header tab:hover label { notebook > header tab:hover label {
color: rgba(211, 218, 227, 0.725); } color: rgba(211, 218, 227, 0.725); }
notebook > header tab:active { notebook > header tab:checked {
background-color: #404552; background-color: #404552;
border-color: #2b2e39; } border-color: #2b2e39; }
notebook > header tab:active label { notebook > header tab:checked label {
color: #D3DAE3; } color: #D3DAE3; }
notebook > header tab button { notebook > header tab button {
min-height: 18px; min-height: 18px;

View File

@ -1613,10 +1613,10 @@ notebook {
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header tab:hover label { notebook > header tab:hover label {
color: rgba(92, 97, 108, 0.775); } color: rgba(92, 97, 108, 0.775); }
notebook > header tab:active { notebook > header tab:checked {
background-color: #ffffff; background-color: #ffffff;
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header tab:active label { notebook > header tab:checked label {
color: #5c616c; } color: #5c616c; }
notebook > header tab button { notebook > header tab button {
min-height: 18px; min-height: 18px;

View File

@ -1617,10 +1617,10 @@ notebook {
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header tab:hover label { notebook > header tab:hover label {
color: rgba(92, 97, 108, 0.775); } color: rgba(92, 97, 108, 0.775); }
notebook > header tab:active { notebook > header tab:checked {
background-color: #ffffff; background-color: #ffffff;
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header tab:active label { notebook > header tab:checked label {
color: #5c616c; } color: #5c616c; }
notebook > header tab button { notebook > header tab button {
min-height: 18px; min-height: 18px;

View File

@ -1617,10 +1617,10 @@ notebook {
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header tab:hover label { notebook > header tab:hover label {
color: rgba(92, 97, 108, 0.775); } color: rgba(92, 97, 108, 0.775); }
notebook > header tab:active { notebook > header tab:checked {
background-color: #ffffff; background-color: #ffffff;
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header tab:active label { notebook > header tab:checked label {
color: #5c616c; } color: #5c616c; }
notebook > header tab button { notebook > header tab button {
min-height: 18px; min-height: 18px;

View File

@ -1697,7 +1697,7 @@ notebook {
label { color: mix($fg_color, $insensitive_fg_color, 50%); } label { color: mix($fg_color, $insensitive_fg_color, 50%); }
} }
&:active { &:checked {
background-color: $base_color; background-color: $base_color;
border-color: $borders_color; border-color: $borders_color;