Adwaita: Bring filechooserbutton spacing back

Add some space between the icons and the text, like there was in gtk3.
This commit is contained in:
Timm Bäder 2019-04-28 10:34:47 +02:00
parent 59fd48cee0
commit dcc55e3a73
3 changed files with 8 additions and 0 deletions

View File

@ -3875,6 +3875,10 @@ filechooser {
#pathbarbox { border-bottom: 1px solid $bg_color; }
}
filechooserbutton>button>box {
border-spacing: 6px;
}
filechooserbutton:drop(active) {
box-shadow: none;
border-color: transparent;

View File

@ -1695,6 +1695,8 @@ filechooser .dialog-action-box:backdrop { border-top-color: #202020; }
filechooser #pathbarbox { border-bottom: 1px solid #353535; }
filechooserbutton > button > box { border-spacing: 6px; }
filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
/*********** Sidebar * */

View File

@ -1711,6 +1711,8 @@ filechooser .dialog-action-box:backdrop { border-top-color: #d5d0cc; }
filechooser #pathbarbox { border-bottom: 1px solid #f6f5f4; }
filechooserbutton > button > box { border-spacing: 6px; }
filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
/*********** Sidebar * */