Adwaita: set padding to 0 for tab buttons

This commit is contained in:
Lapo Calamandrei 2014-09-01 16:27:34 +02:00
parent d8b8048faf
commit 85593b2f2b
3 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;