gui: Sharpen device icons (fixes #5579) (#6837)

Add [shape-rendering: crispEdges](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering) to `.identicon` class to remove blurry grid lines within device icons
This commit is contained in:
Alex Lindeman 2020-07-16 13:49:48 -04:00 committed by GitHub
parent 29cd156e71
commit 851ee51c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ identicon {
.identicon {
width: 1em;
height: 1em;
shape-rendering: crispEdges;
}
a.toggler {