We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541ca3a commit a2e5720Copy full SHA for a2e5720
packages/uikit-workshop/src/sass/scss/05-themes/_light-theme.scss
@@ -25,9 +25,13 @@
25
/**
26
* Tools dropdown
27
*/
28
- .pl-c-tools__list.pl-is-active {
29
- border-bottom: 1px solid $pl-color-gray-20;
30
- border-left: 1px solid $pl-color-gray-20;
+
+ // don't show border to the left / bottom when in vertical mode
+ &:not(.pl-c-body--theme-sidebar) {
31
+ .pl-c-tools__list.pl-is-active {
32
+ border-bottom: 1px solid $pl-color-gray-20;
33
+ border-left: 1px solid $pl-color-gray-20;
34
+ }
35
}
36
37
0 commit comments