mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-27 00:36:52 -06:00
824e3866d8
spectrum-colorpicker has accessibility issues and is not maintained since long Part of #5197
20 lines
437 B
SCSS
20 lines
437 B
SCSS
$palette-soft-red: $color-ternary;
|
|
$border-radius-mid: $btn-border-radius;
|
|
$font-family: $font-family-base;
|
|
$box-shadow-app: $popover-box-shadow;
|
|
|
|
@import "node_modules/@simonwep/pickr/src/scss/themes/monolith.scss";
|
|
|
|
.pickr, .pcr-app {
|
|
*:focus {
|
|
outline: none !important;
|
|
}
|
|
}
|
|
|
|
.pickr .pcr-button{
|
|
border: $input-border-width solid $input-border-color;
|
|
&:focus {
|
|
box-shadow: $input-btn-focus-box-shadow !important;
|
|
}
|
|
}
|