Adwaita: explicitelly set label caret-color to currentColor

since it doesn't always inherit 'color' color as it should.
This commit is contained in:
Lapo Calamandrei 2016-05-30 14:20:33 +02:00
parent f54e28177c
commit 0c387b27ee
3 changed files with 30 additions and 24 deletions

View File

@ -144,6 +144,8 @@ flowbox {
}
label {
caret-color: currentColor; // this shouldn't be needed.
&.separator {
@extend .dim-label;

View File

@ -90,19 +90,21 @@ flowbox flowboxchild {
flowbox flowboxchild:selected {
outline-offset: -2px; }
label.separator {
color: #eeeeec; }
label.separator:backdrop {
label {
caret-color: currentColor; }
label.separator {
color: #eeeeec; }
label.separator:backdrop {
color: #919494; }
label selection {
background-color: #215d9c;
color: #ffffff; }
label:disabled {
color: #919494; }
label:disabled:backdrop {
color: #566164; }
label:backdrop {
color: #919494; }
label selection {
background-color: #215d9c;
color: #ffffff; }
label:disabled {
color: #919494; }
label:disabled:backdrop {
color: #566164; }
label:backdrop {
color: #919494; }
.dim-label, label.separator, .titlebar:not(headerbar) .subtitle,
headerbar .subtitle {

View File

@ -90,19 +90,21 @@ flowbox flowboxchild {
flowbox flowboxchild:selected {
outline-offset: -2px; }
label.separator {
color: #2e3436; }
label.separator:backdrop {
label {
caret-color: currentColor; }
label.separator {
color: #2e3436; }
label.separator:backdrop {
color: #8b8e8f; }
label selection {
background-color: #4a90d9;
color: #ffffff; }
label:disabled {
color: #8b8e8f; }
label:disabled:backdrop {
color: #c3c3c0; }
label:backdrop {
color: #8b8e8f; }
label selection {
background-color: #4a90d9;
color: #ffffff; }
label:disabled {
color: #8b8e8f; }
label:disabled:backdrop {
color: #c3c3c0; }
label:backdrop {
color: #8b8e8f; }
.dim-label, label.separator, .titlebar:not(headerbar) .subtitle,
headerbar .subtitle {