Skip to content

Commit c10d157

Browse files
committed
Remove z-index rule from Switch component handle
1 parent 0cb8388 commit c10d157

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

airbyte-webapp/src/components/ui/Switch/Switch.module.scss

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@use "scss/colors";
22
@use "scss/variables";
3-
@use "scss/z-indices";
43

54
@mixin knob-transform($position, $size) {
65
@if $position == left {
@@ -99,7 +98,6 @@
9998

10099
&::before {
101100
position: absolute;
102-
z-index: z-indices.$switchSliderBefore;
103101
content: "";
104102
background: colors.$white;
105103
transition: variables.$transition;

airbyte-webapp/src/scss/_z-indices.scss

-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ $sidebar: 9999;
66
$schemaChangesBackdropContent: 4;
77
$schemaChangesBackdrop: 3;
88
$dropdownMenu: 2;
9-
$switchSliderBefore: 1;
109
$tableScroll: 1;
1110
$panelSplitter: 0;

0 commit comments

Comments
 (0)