buttons with attribute disabled and title fix

This commit is contained in:
SimonGschnell
2024-03-15 11:58:31 +01:00
parent 9360c8a470
commit f9c894307d
+6
View File
@@ -55,3 +55,9 @@
}
/* html attribute disabled and title don't work together, sets the pointer-event to auto in order to see the title toolip */
.btn:disabled {
pointer-events: auto !important;
cursor: default;
}