Enable pointer events for disabled button in app.css
This commit is contained in:
@@ -690,7 +690,7 @@ button:disabled {
|
||||
background: linear-gradient(180deg, rgba(8, 10, 14, 0.12) 0%, rgba(8, 10, 14, 0.58) 100%);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 18px;
|
||||
pointer-events: none;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.viewport-canvas__fallback-title,
|
||||
|
||||
Reference in New Issue
Block a user