HC: make link buttons distinct

https://bugzilla.gnome.org/show_bug.cgi?id=752965
This commit is contained in:
Jakub Steiner 2015-07-29 12:34:44 +02:00
parent 3cf28a835f
commit 9dabc4efd5
2 changed files with 4 additions and 2 deletions

View File

@ -607,7 +607,8 @@ GtkColorButton.button { padding: 4px; } // Uniform padding on the
}
.button:link, .button:visited {
color: $selected_bg_color; //FIXME use a proper color
color: $suggested_color;
font-weight: bold;
@extend %undecorated_button;
text-shadow: none;
&:hover, &:active {

View File

@ -806,7 +806,8 @@ GtkColorButton.button {
color: #000; }
.button:link, .button:visited {
color: #000;
color: #4a90d9;
font-weight: bold;
text-shadow: none; }
.button:link:hover, .button:link:active, .button:visited:hover, .button:visited:active {
color: black;