Skip to content

Commit 4eca2c7

Browse files
committed
Improved color correction for dropdown-caret in colored parents
1 parent 3ba085b commit 4eca2c7

File tree

12 files changed

+324
-438
lines changed

12 files changed

+324
-438
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
+ [x] Added classes `glow`, `glow-hover`, `glow-animated`, and `glow-animated-hover` to push button
1818
+ [x] Fixed passing classes to the parent element for `custom-checkbox`, remove border by default
1919
+ [x] Remove duplicate border definition for before and after pseudo elements
20+
+ [x] Improved color correction for `dropdown-caret` in colored parents
2021

examples/chat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020
</nav>
2121
<div class="container h-100 d-flex flex-center">
22-
<div id="chat"
22+
<div id="chat" style="--button-background: red;"
2323
data-role="chat, draggable"
2424
data-width="640"
2525
data-height="860"

0 commit comments

Comments
 (0)