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:
Bianca Widstam
2025-08-05 11:54:41 +00:00
parent 1bd8fe6821
commit 5f2e215508
13 changed files with 48 additions and 22 deletions

View File

@@ -37,6 +37,7 @@
}
}
&[data-disabled] {
border: none;
.inner {
background-color: var(--Surface-Primary-Disabled);
color: var(--Text-Interactive-Disabled);
@@ -63,6 +64,7 @@
width: 100%;
height: 100%;
box-sizing: border-box;
border-radius: var(--Corner-radius-md);
&.button {
padding: 0 var(--Space-x15);