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:
@@ -121,7 +121,7 @@
|
|||||||
.container:has([data-pressed="true"]) {
|
.container:has([data-pressed="true"]) {
|
||||||
background-color: var(--Surface-Primary-Hover);
|
background-color: var(--Surface-Primary-Hover);
|
||||||
border-radius: var(--Corner-radius-md);
|
border-radius: var(--Corner-radius-md);
|
||||||
border: 1px solid var(--Border-Interactive-Focus);
|
border: 2px solid var(--Border-Interactive-Focus);
|
||||||
}
|
}
|
||||||
.bookingCodeRememberVisible {
|
.bookingCodeRememberVisible {
|
||||||
padding: var(--Space-x2);
|
padding: var(--Space-x2);
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:has(input:active, input:focus, input:focus-within) {
|
&:has(input:active, input:focus, input:focus-within) {
|
||||||
border-color: 1px solid var(--Border-Interactive-Focus);
|
border: 2px solid var(--Border-Interactive-Focus);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
.when:has([data-datepicker-open="true"]),
|
.when:has([data-datepicker-open="true"]),
|
||||||
.rooms:has([data-focus-visible="true"], [data-pressed="true"]) {
|
.rooms:has([data-focus-visible="true"], [data-pressed="true"]) {
|
||||||
background-color: var(--Surface-Primary-Hover);
|
background-color: var(--Surface-Primary-Hover);
|
||||||
border: 1px solid var(--Border-Interactive-Focus);
|
border: 2px solid var(--Border-Interactive-Focus);
|
||||||
color: var(--Text-Interactive-Focus);
|
color: var(--Text-Interactive-Focus);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.select[data-focused='true'] {
|
.select[data-focused='true'] {
|
||||||
border: 1px solid var(--Border-Interactive-Focus);
|
border: 2px 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(--Border-Interactive-Focus);
|
border: 2px solid var(--Border-Interactive-Focus);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select.discreet {
|
.select.discreet {
|
||||||
|
|||||||
Reference in New Issue
Block a user