mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed overlay color picker
This commit is contained in:
parent
e184926fb1
commit
8bcd96be16
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default {
|
|||
outline-offset: ${dt('focus.ring.offset')};
|
||||
}
|
||||
|
||||
.p-colorpicker > .p-colorpicker-panel {
|
||||
.p-colorpicker-panel {
|
||||
background: ${dt('colorpicker.panel.background')};
|
||||
border: 1px solid ${dt('colorpicker.panel.border.color')};
|
||||
border-radius: ${dt('rounded.base')};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue