Skip to content

Commit 758b1bd

Browse files
authored
fix (countdown block): selected date color (#3360)
1 parent 5765141 commit 758b1bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/block/countdown/editor.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
}
1010

1111
.ugb-panel--countdown .components-datetime__date {
12+
.components-datetime__date__day[aria-label*="Selected" i] {
13+
color: #fff;
14+
&:hover {
15+
color: #fff !important;
16+
}
17+
}
1218
:last-child {
1319
row-gap: 8px;
1420
column-gap: 4px;

0 commit comments

Comments
 (0)