Update _xfce.scss
This commit is contained in:
parent
5b793ddf65
commit
e9e1d4ada0
1 changed files with 5 additions and 4 deletions
|
@ -73,12 +73,10 @@ $text_shadow: 0 0 1px rgba(0, 0, 0, 0.26),
|
|||
}
|
||||
|
||||
XfdesktopIconView.view {
|
||||
border-radius: 0;
|
||||
border-radius: $bt_radius;
|
||||
background: transparent;
|
||||
color: $selected_fg_color;
|
||||
text-shadow: $text_shadow;
|
||||
transition: none;
|
||||
animation: none;
|
||||
|
||||
&:active, &:checked {
|
||||
background-color: $selected_bg_color;
|
||||
|
@ -86,7 +84,10 @@ XfdesktopIconView.view {
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
.rubberband { @extend %rubberband; }
|
||||
.rubberband {
|
||||
@extend %rubberband;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
window#whiskermenu-window {
|
||||
|
|
Loading…
Reference in a new issue