Skip to content

Commit

Permalink
fix (countdown block): selected date color (#3360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae authored Nov 5, 2024
1 parent 5765141 commit 758b1bd
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 758b1bd

Please sign in to comment.