mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Bugfix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
&.disabled, .disabled {
|
||||
user-select: none;
|
||||
cursor: initial;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user