fix focus

This commit is contained in:
Cory LaViska
2021-11-24 09:54:58 -05:00
parent 4251f2a7f7
commit 2dcd60efc4

View File

@@ -58,7 +58,7 @@ Here's an example that modifies buttons with the `tomato-button` class.
background: rgba(255, 99, 71, .2);
}
.tomato-button::part(base):focus {
.tomato-button::part(base):focus-visible {
box-shadow: 0 0 0 3px rgba(255, 99, 71, .33);
}