Skip to content

Commit

Permalink
month picker styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Aug 6, 2023
1 parent 17b45cd commit d704b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions haxe/ui/_module/styles/default/pickers.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
.month-picker #itemPickerTrigger {
padding: 5px 5px;
background: $normal-background-color-start $normal-background-color-end vertical;
border-left: 1px solid $normal-border-color;
}

.month-picker #itemPickerTrigger:hover {
Expand All @@ -120,6 +121,7 @@
.month-picker #itemPickerTrigger.selected {
background-color: $down-background-color-start;
filter: $normal-inner-shadow;
border-left: 1px solid $down-border-color;
}

.month-picker:active {
Expand Down
1 change: 0 additions & 1 deletion haxe/ui/components/pickers/MonthPicker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import haxe.ui.events.UIEvent;
<item-picker panelWidth="300">
<hbox id="itemPickerRenderer" style="spacing:0px">
<month-stepper allowFocus="false" id="monthStepper" width="100%" />
<rule direction="vertical" />
<box id="itemPickerTrigger" height="100%">
<image styleName="item-picker-trigger-icon" />
</box>
Expand Down

0 comments on commit d704b59

Please sign in to comment.