mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Adwaita: reset entry props on horizontal spinbuttons
the spinbutton node is where the styling is applied, the leftover properties on the entry node make a backdrop transition bad.
This commit is contained in:
parent
8f2213836c
commit
20a8ac5542
@ -987,9 +987,12 @@ spinbutton {
|
||||
|
||||
entry {
|
||||
min-width: 28px;
|
||||
// reset all the other props since the spinbutton node is styled here
|
||||
margin: 0;
|
||||
background: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
@ -1215,7 +1215,9 @@ spinbutton:not(.vertical) {
|
||||
min-width: 28px;
|
||||
margin: 0;
|
||||
background: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
spinbutton:not(.vertical) button {
|
||||
min-height: 16px;
|
||||
|
@ -1221,7 +1221,9 @@ spinbutton:not(.vertical) {
|
||||
min-width: 28px;
|
||||
margin: 0;
|
||||
background: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
spinbutton:not(.vertical) button {
|
||||
min-height: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user