Change checked button indicator position according to xfce4-panel orientation

Fixes #12
This commit is contained in:
Daniel Ruiz de Alegría
2020-01-03 19:26:23 +01:00
parent 761cc10dcf
commit 20d68218a6
4 changed files with 10 additions and 0 deletions
+4
View File
@@ -25,6 +25,10 @@
}
}
}
&.vertical button:not(#whiskermenu-button) {
&:checked, &:active { box-shadow: inset 4px 0 0 $selected_bg_color; }
}
}
/* XFCE4 panel action buttons */