* Popover csd border fix. (#378)
parent
40955cd01e
commit
3c82d31944
|
@ -198,23 +198,20 @@
|
||||||
**********/
|
**********/
|
||||||
|
|
||||||
@include exports("popover") {
|
@include exports("popover") {
|
||||||
popover {
|
popover.background {
|
||||||
@include border($menu_bg_color);
|
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: $spacing;
|
padding: $spacing;
|
||||||
border-radius: $roundness;
|
border-radius: $roundness;
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
background-color: $menu_bg_color;
|
background-color: $menu_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: $menu_fg_color;
|
color: $menu_fg_color;
|
||||||
box-shadow: 0 3px 6px alpha($black, .16);
|
box-shadow: 0 3px 6px alpha($black, .16);
|
||||||
|
|
||||||
&.background {
|
.csd &, & {
|
||||||
background-image: none;
|
@include border($menu_bg_color);
|
||||||
background-color: $menu_bg_color;
|
border-width: 1px;
|
||||||
color: $menu_fg_color;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:backdrop { box-shadow: none; }
|
&:backdrop { box-shadow: none; }
|
||||||
|
@ -274,7 +271,10 @@
|
||||||
|
|
||||||
button { @include button($menu_bg_color, $menu_fg_color); }
|
button { @include button($menu_bg_color, $menu_fg_color); }
|
||||||
|
|
||||||
> list, > view, > toolbar { background-color: transparent; }
|
> list, > .view, > toolbar {
|
||||||
|
border-style: none;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
modelbutton {
|
modelbutton {
|
||||||
|
|
Loading…
Reference in New Issue