Fix CSS extraneous space beneath icons

This commit is contained in:
Keavon Chambers
2021-05-05 22:08:58 -07:00
parent 9c324edfe0
commit e448f908e3
8 changed files with 14 additions and 26 deletions

View File

@@ -70,8 +70,6 @@
}
.input-mouse {
font-size: 0;
.bright {
fill: #ddd;
}
@@ -79,6 +77,10 @@
.dim {
fill: #888;
}
svg {
vertical-align: top;
}
}
}
</style>