1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-22 10:28:41 +03:00

reduce scope of svg pointer event css

This commit is contained in:
Austin Warren 2019-07-16 17:59:20 -07:00
parent b0f8dd4036
commit 876aee93df

View File

@ -16,8 +16,10 @@ body {
display: none;
}
svg {
pointer-events: none;
.btn {
& > svg {
pointer-events: none;
}
}
.form-line {