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

don't leak underlines

This commit is contained in:
Horst3180 2015-08-27 21:04:40 +02:00
parent 8c0e60f997
commit 5d4f221bf5
7 changed files with 7 additions and 7 deletions

View File

@ -828,7 +828,7 @@ GtkSearchEntry.entry {
.header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
color: #dceaf9; } color: #dceaf9; }
.button:link .label, .button:visited .label { .button:link > .label, .button:visited > .label {
text-decoration-line: underline; } text-decoration-line: underline; }
/***************** /*****************

View File

@ -828,7 +828,7 @@ GtkSearchEntry.entry {
.header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
color: #dceaf9; } color: #dceaf9; }
.button:link .label, .button:visited .label { .button:link > .label, .button:visited > .label {
text-decoration-line: underline; } text-decoration-line: underline; }
/***************** /*****************

View File

@ -828,7 +828,7 @@ GtkSearchEntry.entry {
.header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
color: #dceaf9; } color: #dceaf9; }
.button:link .label, .button:visited .label { .button:link > .label, .button:visited > .label {
text-decoration-line: underline; } text-decoration-line: underline; }
/***************** /*****************

View File

@ -828,7 +828,7 @@ GtkSearchEntry.entry {
.header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
color: #dceaf9; } color: #dceaf9; }
.button:link .label, .button:visited .label { .button:link > .label, .button:visited > .label {
text-decoration-line: underline; } text-decoration-line: underline; }
/***************** /*****************

View File

@ -828,7 +828,7 @@ GtkSearchEntry.entry {
.header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
color: #dceaf9; } color: #dceaf9; }
.button:link .label, .button:visited .label { .button:link > .label, .button:visited > .label {
text-decoration-line: underline; } text-decoration-line: underline; }
/***************** /*****************

View File

@ -828,7 +828,7 @@ GtkSearchEntry.entry {
.header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
color: #dceaf9; } color: #dceaf9; }
.button:link .label, .button:visited .label { .button:link > .label, .button:visited > .label {
text-decoration-line: underline; } text-decoration-line: underline; }
/***************** /*****************

View File

@ -773,7 +773,7 @@ $_dot_color: $selected_bg_color;
&:hover, &:active, &:checked { &:hover, &:active, &:checked {
@extend %undecorated_button; @extend %undecorated_button;
} }
& .label { text-decoration-line: underline; } > .label { text-decoration-line: underline; }
} }
/***************** /*****************