mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-28 16:48:34 +00:00
reduce scope of svg pointer event css
This commit is contained in:
@@ -16,9 +16,11 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
.btn {
|
||||||
|
& > svg {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.form-line {
|
.form-line {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user