Remove font size change of file info on hover. Was more annoying than helpful.
This commit is contained in:
parent
29c64e979c
commit
4b0cd37854
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user