Skip to content

Commit

Permalink
fix selected date color
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Oct 28, 2024
1 parent d4f76c7 commit d79f069
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/block/countdown/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
}

.ugb-panel--countdown .components-datetime__date {
.components-datetime__date__day[aria-label*="Selected" i] {
color: #fff;
&:hover {
color: #fff !important;
}
}
:last-child {
row-gap: 8px;
column-gap: 4px;
Expand Down

0 comments on commit d79f069

Please sign in to comment.