mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Adwaita: bright outline on suggested/destructive action buttons
This commit is contained in:
parent
306890ef9d
commit
c4b583ed47
@ -339,6 +339,7 @@ GtkLabel {
|
||||
(destructive-action, $destructive_color) {
|
||||
&.#{$b_type} {
|
||||
@include button(normal,$b_color, white);
|
||||
outline-color: transparentize($selected_fg_color, 0.7);
|
||||
&:hover {
|
||||
@include button(hover,$b_color, white);
|
||||
}
|
||||
|
@ -394,7 +394,8 @@
|
||||
border-color: #0b1e33;
|
||||
text-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
|
||||
icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
|
||||
outline-color: rgba(255, 255, 255, 0.3); }
|
||||
.button.suggested-action:hover {
|
||||
border-style: solid;
|
||||
color: white;
|
||||
@ -441,7 +442,8 @@
|
||||
border-color: #5e0707;
|
||||
text-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
|
||||
icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
|
||||
outline-color: rgba(255, 255, 255, 0.3); }
|
||||
.button.destructive-action:hover {
|
||||
border-style: solid;
|
||||
color: white;
|
||||
|
@ -386,7 +386,8 @@
|
||||
border-color: #1c5187;
|
||||
text-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
|
||||
icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px white; }
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px white;
|
||||
outline-color: rgba(255, 255, 255, 0.3); }
|
||||
.button.suggested-action:hover {
|
||||
border-style: solid;
|
||||
color: white;
|
||||
@ -433,7 +434,8 @@
|
||||
border-color: #8e0b0b;
|
||||
text-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
|
||||
icon-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px white; }
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px white;
|
||||
outline-color: rgba(255, 255, 255, 0.3); }
|
||||
.button.destructive-action:hover {
|
||||
border-style: solid;
|
||||
color: white;
|
||||
|
Loading…
Reference in New Issue
Block a user