Skip to content

Commit 2d89230

Browse files
committed
fix(datetime): use correct focus background color
1 parent 033ea19 commit 2d89230

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/src/components/button/button.md.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,9 @@
258258

259259
min-height: 32px;
260260
}
261+
262+
:host(.in-datetime.button-clear) {
263+
--background-activated: transparent;
264+
--background-focused: currentColor;
265+
--background-hover: currentColor;
266+
}

0 commit comments

Comments
 (0)