mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
Adwaita: nicer transition for flat buttons.
This commit is contained in:
parent
a3e9671b02
commit
70e2a1bb22
@ -48,7 +48,6 @@
|
||||
outline-offset: -3px;
|
||||
outline-width: 1px;
|
||||
outline-radius: 2px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -646,7 +645,8 @@ $_dot_color: if($variant=='light', $selected_bg_color,
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
box-shadow: inset 0 1px transparentize(white,1);
|
||||
box-shadow: inset 0 1px transparentize(white,1),
|
||||
0 1px transparentize(white, 1);
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
}
|
||||
|
@ -767,7 +767,7 @@ GtkTextView {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
icon-shadow: none; }
|
||||
|
||||
|
@ -759,7 +759,7 @@ GtkTextView {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
icon-shadow: none; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user