mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
HC: make link buttons distinct
https://bugzilla.gnome.org/show_bug.cgi?id=752965
This commit is contained in:
parent
3cf28a835f
commit
9dabc4efd5
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user