Show thicker separator on mouse focus (#34549)
So that when you click the separator and it receives focus, it shows differently to thinner version.
This commit is contained in:
@@ -51,7 +51,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* When type=border and the user hovers/focuses the separator, we make the separator thicker */
|
/* When type=border and the user hovers/focuses the separator, we make the separator thicker */
|
||||||
.separator[data-separator-type="border"]:is([data-separator="hover"], [data-separator="active"]),
|
.separator[data-separator-type="border"]:is(
|
||||||
|
[data-separator="hover"],
|
||||||
|
[data-separator="active"],
|
||||||
|
[data-separator="focus"]
|
||||||
|
),
|
||||||
.separator[data-separator-type="border"]:focus-visible {
|
.separator[data-separator-type="border"]:focus-visible {
|
||||||
.activeSeparatorContainer {
|
.activeSeparatorContainer {
|
||||||
.activeSeparator {
|
.activeSeparator {
|
||||||
|
|||||||
Reference in New Issue
Block a user