Merged in fix/SW-2155-accessibility-change-focus-color (pull request #2313)
fix(SW-2155): accessibility change focus color on select * fix(SW-2155): accessibility change focus color on select Approved-by: Christian Andolf
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.select[data-focused="true"] {
|
.select[data-focused="true"] {
|
||||||
border: 1px solid var(--Scandic-Blue-90);
|
border: 1px solid var(--Border-Interactive-Focus);
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.select[data-focus-visible="true"].discreet {
|
.select[data-focus-visible="true"].discreet {
|
||||||
border: 1px solid var(--Scandic-Blue-90);
|
border: 1px solid var(--Border-Interactive-Focus);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select.discreet {
|
.select.discreet {
|
||||||
|
|||||||
Reference in New Issue
Block a user