We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd1383 commit 0ee8055Copy full SHA for 0ee8055
ui/arduino/theme.css
@@ -353,12 +353,12 @@ img {
353
left: 0;
354
right: 0;
355
pointer-events: none;
356
- transition-property: all;
357
- transition-duration: 0.2s;
358
- transition-delay: 0.2s;
359
- cursor: wait;
+ cursor: auto;
+ z-index: -1;
360
}
361
#blocking.active {
+ /* background: rgba(255, 255, 255, 0.1); */
362
z-index: 999;
363
- pointer-events: all;
+ cursor: wait !important;
+ pointer-events: all; /* this will capture all clicks */
364
0 commit comments