forked from AuroraMiddleware/gtk
Adwaita: reset filechooserbutton:drop(active)
This commit is contained in:
parent
634abd1476
commit
39c8ad53b5
@ -3407,6 +3407,11 @@ filechooser {
|
||||
#pathbarbox { border-bottom: 1px solid $bg_color; }
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
box-shadow: none;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/***********
|
||||
* Sidebar *
|
||||
|
@ -3756,6 +3756,10 @@ filechooser .dialog-action-box {
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid #393f3f; }
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
box-shadow: none;
|
||||
border-color: transparent; }
|
||||
|
||||
/***********
|
||||
* Sidebar *
|
||||
***********/
|
||||
|
@ -3789,6 +3789,10 @@ filechooser .dialog-action-box {
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid #e8e8e7; }
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
box-shadow: none;
|
||||
border-color: transparent; }
|
||||
|
||||
/***********
|
||||
* Sidebar *
|
||||
***********/
|
||||
|
Loading…
Reference in New Issue
Block a user