Adwaita: reset filechooserbutton:drop(active)

This commit is contained in:
Lapo Calamandrei 2016-03-12 14:21:01 +01:00
parent 634abd1476
commit 39c8ad53b5
3 changed files with 13 additions and 0 deletions

View File

@ -3407,6 +3407,11 @@ filechooser {
#pathbarbox { border-bottom: 1px solid $bg_color; } #pathbarbox { border-bottom: 1px solid $bg_color; }
} }
filechooserbutton:drop(active) {
box-shadow: none;
border-color: transparent;
}
/*********** /***********
* Sidebar * * Sidebar *

View File

@ -3756,6 +3756,10 @@ filechooser .dialog-action-box {
filechooser #pathbarbox { filechooser #pathbarbox {
border-bottom: 1px solid #393f3f; } border-bottom: 1px solid #393f3f; }
filechooserbutton:drop(active) {
box-shadow: none;
border-color: transparent; }
/*********** /***********
* Sidebar * * Sidebar *
***********/ ***********/

View File

@ -3789,6 +3789,10 @@ filechooser .dialog-action-box {
filechooser #pathbarbox { filechooser #pathbarbox {
border-bottom: 1px solid #e8e8e7; } border-bottom: 1px solid #e8e8e7; }
filechooserbutton:drop(active) {
box-shadow: none;
border-color: transparent; }
/*********** /***********
* Sidebar * * Sidebar *
***********/ ***********/