2
0
Эх сурвалжийг харах

Merge pull request #2804 from friedPotat0/buttonpointerevents

Fix pointer events for nested button elements
André Peters 6 жил өмнө
parent
commit
857c225d07

+ 3 - 0
data/web/css/build/008-mailcow.css

@@ -42,6 +42,9 @@
 .btn {
 .btn {
   text-transform: none;
   text-transform: none;
 }
 }
+.btn * {
+  pointer-events: none;
+}
 .textarea-code {
 .textarea-code {
   font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
   font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
   background:transparent !important;
   background:transparent !important;