Browse Source
Update main.scss to match new class wrapper for InputColor
pull/5750/head
Brian Ernesto
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
7 additions and
1 deletions
-
src/styles/scss/main.scss
|
|
|
@ -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;} |
|
|
|
|