mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 12:20:10 +00:00
Adwaita: reset padding on notebook tab close button
This commit is contained in:
parent
e79db79e2c
commit
fac5ed6165
@ -1867,6 +1867,7 @@ notebook {
|
||||
|
||||
&, &:backdrop { color: gtkalpha(currentColor, 0.3); }
|
||||
|
||||
padding: 0;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
// FIXME: generalize .small-button?
|
||||
|
@ -2321,6 +2321,7 @@ notebook > header {
|
||||
notebook > header tab button.flat, notebook > header tab button.sidebar-button, notebook > header tab headerbar button.titlebutton, headerbar notebook > header tab button.titlebutton,
|
||||
notebook > header tab .titlebar button.titlebutton,
|
||||
.titlebar notebook > header tab button.titlebutton {
|
||||
padding: 0;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
min-width: 18px;
|
||||
|
@ -2331,6 +2331,7 @@ notebook > header {
|
||||
notebook > header tab button.flat, notebook > header tab button.sidebar-button, notebook > header tab headerbar button.titlebutton, headerbar notebook > header tab button.titlebutton,
|
||||
notebook > header tab .titlebar button.titlebutton,
|
||||
.titlebar notebook > header tab button.titlebutton {
|
||||
padding: 0;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
min-width: 18px;
|
||||
|
Loading…
Reference in New Issue
Block a user