Update _xfce.scss

This commit is contained in:
Vince 2021-07-19 12:32:49 +08:00
parent 5b793ddf65
commit e9e1d4ada0

View file

@ -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 {