Adwaita: set padding to 0 for tab buttons
This commit is contained in:
parent
d8b8048faf
commit
85593b2f2b
@ -1528,6 +1528,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
|
||||
&:backdrop { color: $backdrop_fg_color; }
|
||||
}
|
||||
.button { //tab close button
|
||||
padding: 0;
|
||||
border: 1px solid transparent;
|
||||
@extend %undecorated_button;
|
||||
icon-shadow: none;
|
||||
|
@ -1804,6 +1804,7 @@ GtkTreeView.view.progressbar {
|
||||
.notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
|
||||
color: #c9cbc9; }
|
||||
.notebook tab .button {
|
||||
padding: 0;
|
||||
border: 1px solid transparent;
|
||||
icon-shadow: none;
|
||||
transition: none;
|
||||
|
@ -1798,6 +1798,7 @@ GtkTreeView.view.progressbar {
|
||||
.notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
|
||||
color: #54595a; }
|
||||
.notebook tab .button {
|
||||
padding: 0;
|
||||
border: 1px solid transparent;
|
||||
icon-shadow: none;
|
||||
transition: none;
|
||||
|
Loading…
Reference in New Issue
Block a user