Merged in fix/SW-2188-disable-fields-logged-in-user-enter-details (pull request #2595)
fix(SW-2188): disable enter details fields when logged in * fix(SW-2188): disable enter details fields when logged in Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
}
|
||||
|
||||
&[data-disabled] {
|
||||
border: transparent;
|
||||
|
||||
.inner {
|
||||
background-color: var(--Surface-Primary-Disabled);
|
||||
color: var(--Text-Interactive-Disabled);
|
||||
@@ -41,7 +43,8 @@
|
||||
|
||||
.button,
|
||||
.input,
|
||||
.label {
|
||||
.label,
|
||||
.chevron {
|
||||
color: var(--Text-Interactive-Disabled);
|
||||
}
|
||||
}
|
||||
@@ -54,6 +57,7 @@
|
||||
.inner {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
border-radius: var(--Corner-radius-md);
|
||||
display: flex;
|
||||
gap: var(--Space-x1);
|
||||
padding: var(--Space-x15);
|
||||
|
||||
Reference in New Issue
Block a user