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 {
|
XfdesktopIconView.view {
|
||||||
border-radius: 0;
|
border-radius: $bt_radius;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
text-shadow: $text_shadow;
|
text-shadow: $text_shadow;
|
||||||
transition: none;
|
|
||||||
animation: none;
|
|
||||||
|
|
||||||
&:active, &:checked {
|
&:active, &:checked {
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
|
@ -86,7 +84,10 @@ XfdesktopIconView.view {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rubberband { @extend %rubberband; }
|
.rubberband {
|
||||||
|
@extend %rubberband;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window#whiskermenu-window {
|
window#whiskermenu-window {
|
||||||
|
|
Loading…
Reference in a new issue