Skip to content

Commit c196dfa

Browse files
Merge pull request #6057 from pat270/LPD-55326
fix(@clayui/css): LPD-55326 Cadmin Color Picker alpha slider should u…
2 parents a9af679 + a9bd93d commit c196dfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/clay-css/src/scss/cadmin/variables/_clay-color.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ $cadmin-clay-color-slider-alpha: map-deep-merge(
478478
background-size: 8px 8px,
479479
),
480480
form-control-range: (
481+
background-image:
482+
linear-gradient(90deg, transparent 0%, currentcolor 100%),
481483
color: inherit,
482484
),
483485
clay-range-progress: (

0 commit comments

Comments
 (0)