Skip to content

Commit aa97eaf

Browse files
committed
content/static: remove icon next to source files
Removes icons from source files and adjusts spacing of the grid for better readability. Change-Id: I7ef7c8fc19dd641652219321f113862277be0830 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/260728 Trust: Jamal Carvalho <[email protected]> Run-TryBot: Jamal Carvalho <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Julie Qiu <[email protected]>
1 parent a4e8b2e commit aa97eaf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/static/css/unit_files.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
.UnitFiles-fileList {
3131
display: grid;
32-
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
32+
grid-template-columns: repeat(auto-fill, minmax(10.5rem, auto));
3333
line-height: 1.5rem;
3434
list-style: none;
3535
padding-left: 0;
@@ -41,7 +41,3 @@
4141
text-overflow: ellipsis;
4242
white-space: nowrap;
4343
}
44-
.UnitFiles-file::before {
45-
content: url(/static/img/pkg-icon-file_16x12.svg);
46-
margin-right: 0.75rem;
47-
}

0 commit comments

Comments
 (0)