Merged in fix/BOOK-99-focus-indicator-booking-widget (pull request #3254)
fix(BOOK-99): change border from 1px to 2px * fix(BOOK-99): change border from 1px to 2px Approved-by: Matilda Haneling Approved-by: Erik Tiekstra Approved-by: Matilda Landström
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.select[data-focused='true'] {
|
||||
border: 1px solid var(--Border-Interactive-Focus);
|
||||
border: 2px solid var(--Border-Interactive-Focus);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
outline: none;
|
||||
}
|
||||
.select[data-focus-visible='true'].discreet {
|
||||
border: 1px solid var(--Border-Interactive-Focus);
|
||||
border: 2px solid var(--Border-Interactive-Focus);
|
||||
}
|
||||
|
||||
.select.discreet {
|
||||
|
||||
Reference in New Issue
Block a user