Skip to content

Commit

Permalink
Update main.scss to match new class wrapper for InputColor
Browse files Browse the repository at this point in the history
  • Loading branch information
bernesto authored Mar 13, 2024
1 parent b10f1eb commit a9728a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/styles/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,13 @@ $colorsAll: (one, var(--gjs-primary-color)),

/********* Spectrum **********/

.#{$app-prefix}editor-cont {
.#{$app-prefix}editor-sp {
border: 1px solid var(--gjs-main-dark-color);
box-shadow: 0 0 7px var(--gjs-main-dark-color);
border-radius: 3px;
}

.#{$app-prefix}editor-sp {
.sp-hue, .sp-slider{ cursor: row-resize;}
.sp-color, .sp-dragger{ cursor: crosshair;}
.sp-alpha-inner, .sp-alpha-handle{cursor: col-resize;}
Expand Down

0 comments on commit a9728a8

Please sign in to comment.