We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb8388 commit c10d157Copy full SHA for c10d157
airbyte-webapp/src/components/ui/Switch/Switch.module.scss
@@ -1,6 +1,5 @@
1
@use "scss/colors";
2
@use "scss/variables";
3
-@use "scss/z-indices";
4
5
@mixin knob-transform($position, $size) {
6
@if $position == left {
@@ -99,7 +98,6 @@
99
98
100
&::before {
101
position: absolute;
102
- z-index: z-indices.$switchSliderBefore;
103
content: "";
104
background: colors.$white;
105
transition: variables.$transition;
airbyte-webapp/src/scss/_z-indices.scss
@@ -6,6 +6,5 @@ $sidebar: 9999;
$schemaChangesBackdropContent: 4;
7
$schemaChangesBackdrop: 3;
8
$dropdownMenu: 2;
9
-$switchSliderBefore: 1;
10
$tableScroll: 1;
11
$panelSplitter: 0;
0 commit comments