mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make sure clicks on labels dont stop the event propagation to buttons.
This commit is contained in:
parent
503822deb0
commit
b9797dbc42
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
padding: .15em .6em .2em;
|
padding: .15em .6em .2em;
|
||||||
font-size: 60%;
|
font-size: 60%;
|
||||||
|
pointer-events: none; // Labels were capturing button/anchor clicks.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue