This commit is contained in:
2022-05-24 12:04:53 -03:00
parent a934bea557
commit bf14843c68
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
padding: 1px 2px;
box-sizing: border-box;
}
.clockify-task-form .disabled {
.clockify-task-form.disabled, .clockify-task-form .disabled {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

View File

@@ -63,7 +63,7 @@
box-sizing: border-box;
}
.disabled {
&.disabled, .disabled {
user-select: none;
cursor: initial;
pointer-events: none;