Fix popover arrow bg color

This commit is contained in:
mkpaz 2023-02-16 10:06:17 +04:00
parent 71a0402c0d
commit 80734327dc
2 changed files with 2 additions and 0 deletions

@ -13,6 +13,7 @@
### Bugfixes
- (CSS) Added border radius/shadow to `ComboBox` popup menu to match other controls.
- (CSS) Fixed `Popover` arrow background color.
## [1.2.0] - 2023-02-11

@ -16,6 +16,7 @@ $padding-y: 10px !default;
>.border {
-fx-stroke: $color-border;
-fx-stroke-width: cfg.$border-width;
-fx-fill: $color-bg;
}
>.content {