Remove font size change of file info on hover. Was more annoying than helpful.

This commit is contained in:
ccd0 2016-09-26 12:54:32 -07:00
parent 29c64e979c
commit 4b0cd37854

View File

@ -834,14 +834,14 @@ div.catalog-thread {
min-height: 16px;
padding: 2px;
}
.catalog-small .fileText {
font-size: 10px;
}
.catalog-thread .file:not(:hover) .fileText {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.catalog-small .file:not(:hover) .fileText {
font-size: 10px;
}
.catalog-thread .file:hover {
z-index: 2;
background-color: inherit;