From d704b5946a7b8483527a5623c25c77520001e13c Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sun, 6 Aug 2023 11:07:23 +0200 Subject: [PATCH] month picker styles --- haxe/ui/_module/styles/default/pickers.css | 2 ++ haxe/ui/components/pickers/MonthPicker.hx | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/haxe/ui/_module/styles/default/pickers.css b/haxe/ui/_module/styles/default/pickers.css index 6ac3a9449..dea452e66 100644 --- a/haxe/ui/_module/styles/default/pickers.css +++ b/haxe/ui/_module/styles/default/pickers.css @@ -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 { @@ -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 { diff --git a/haxe/ui/components/pickers/MonthPicker.hx b/haxe/ui/components/pickers/MonthPicker.hx index 3e2afb994..bb6351114 100644 --- a/haxe/ui/components/pickers/MonthPicker.hx +++ b/haxe/ui/components/pickers/MonthPicker.hx @@ -10,7 +10,6 @@ import haxe.ui.events.UIEvent; -