Skip to content

Commit

Permalink
Remove z-index rule from Switch component handle (#21857)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito authored Jan 25, 2023
1 parent 4ae80b0 commit 0e3d2ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions airbyte-webapp/src/components/ui/Switch/Switch.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@use "scss/colors";
@use "scss/variables";
@use "scss/z-indices";

@mixin knob-transform($position, $size) {
@if $position == left {
Expand Down Expand Up @@ -99,7 +98,6 @@

&::before {
position: absolute;
z-index: z-indices.$switchSliderBefore;
content: "";
background: colors.$white;
transition: variables.$transition;
Expand Down
1 change: 0 additions & 1 deletion airbyte-webapp/src/scss/_z-indices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ $sidebar: 9999;
$schemaChangesBackdropContent: 4;
$schemaChangesBackdrop: 3;
$dropdownMenu: 2;
$switchSliderBefore: 1;
$tableScroll: 1;
$panelSplitter: 0;

0 comments on commit 0e3d2ba

Please sign in to comment.