From 80734327dcd44b456cf530abbbb36abd2d80693d Mon Sep 17 00:00:00 2001 From: mkpaz Date: Thu, 16 Feb 2023 10:06:17 +0400 Subject: [PATCH] Fix popover arrow bg color --- CHANGELOG.md | 1 + styles/src/components/_popover.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04706b..f701c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/styles/src/components/_popover.scss b/styles/src/components/_popover.scss index 7c3bc63..0d3e2d3 100644 --- a/styles/src/components/_popover.scss +++ b/styles/src/components/_popover.scss @@ -16,6 +16,7 @@ $padding-y: 10px !default; >.border { -fx-stroke: $color-border; -fx-stroke-width: cfg.$border-width; + -fx-fill: $color-bg; } >.content {