We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab52c8 commit 92354aaCopy full SHA for 92354aa
packages/uui-input-lock/lib/uui-input-lock.element.ts
@@ -27,7 +27,7 @@ export class UUIInputLockElement extends UUIInputElement {
27
28
:host([locked]) #input {
29
cursor: not-allowed;
30
- opacity: 0.5;
+ opacity: 0.55;
31
}
32
`,
33
];
0 commit comments