Skip to content

Commit

Permalink
feat(components/molecule/carousel): suggest use of new colour token v…
Browse files Browse the repository at this point in the history
…ariables
  • Loading branch information
jordevo committed Oct 29, 2024
1 parent 36bfd2a commit 17c8f7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/molecule/carousel/src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$base-class: '.sui-MoleculeCarousel';

#{$base-class} {
-webkit-tap-highlight-color: $c-transparent;
-webkit-tap-highlight-color: $wthc-molecule-carousel;
backface-visibility: hidden;
background: $c-background;
background: $bgc-molecule-carousel;
min-height: $mh;
position: relative;
user-select: none;
Expand Down
4 changes: 2 additions & 2 deletions components/molecule/carousel/src/styles/settings.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$c-background: transparent !default;
$bgc-molecule-carousel: transparent !default;
$wthc-molecule-carousel: rgba(0, 0, 0, 0) !default;
$c-nav-background: rgba(255, 255, 255, 0.8) !default;
$c-nav-color: #aaaaaa !default;
$c-transparent: rgba(0, 0, 0, 0) !default;
$h-image: auto !default;
$mh: 50px !default;

Expand Down

0 comments on commit 17c8f7e

Please sign in to comment.