Fix popover arrow bg color
This commit is contained in:
parent
71a0402c0d
commit
80734327dc
@ -13,6 +13,7 @@
|
|||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- (CSS) Added border radius/shadow to `ComboBox` popup menu to match other controls.
|
- (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
|
## [1.2.0] - 2023-02-11
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ $padding-y: 10px !default;
|
|||||||
>.border {
|
>.border {
|
||||||
-fx-stroke: $color-border;
|
-fx-stroke: $color-border;
|
||||||
-fx-stroke-width: cfg.$border-width;
|
-fx-stroke-width: cfg.$border-width;
|
||||||
|
-fx-fill: $color-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
>.content {
|
>.content {
|
||||||
|
Loading…
Reference in New Issue
Block a user