Skip to content

Commit

Permalink
additional styles for when used in a dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Feb 3, 2025
1 parent 9da6ce5 commit 1a1c573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions haxe/ui/_module/styles/default/colorpickers.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,24 +140,24 @@
/************************************************************************
** COLOR PICKER VARIANT - NO SLIDERS
*************************************************************************/
.color-picker.no-sliders .slider {
.dropdown-popup.no-sliders .color-picker .slider, .color-picker.no-sliders .slider {
hidden: true;
}

.color-picker.no-sliders #controlsStack .label {
.dropdown-popup.no-sliders .color-picker #controlsStack .label, .color-picker.no-sliders #controlsStack .label {
width: 100%;
}

/************************************************************************
** COLOR PICKER VARIANT - NO TEXT INPUTS
*************************************************************************/
.color-picker.no-text-inputs .textfield {
.dropdown-popup.no-text-inputs .color-picker .textfield, .color-picker.no-text-inputs .textfield {
hidden: true;
}

/************************************************************************
** COLOR PICKER VARIANT - NO CONTROLS
*************************************************************************/
.color-picker.no-controls .controls-preview-container {
.dropdown-popup.no-controls .color-picker .controls-preview-container, .color-picker.no-controls .controls-preview-container {
hidden: true;
}

0 comments on commit 1a1c573

Please sign in to comment.