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;
|
min-height: 16px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
.catalog-small .fileText {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
.catalog-thread .file:not(:hover) .fileText {
|
.catalog-thread .file:not(:hover) .fileText {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.catalog-small .file:not(:hover) .fileText {
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
.catalog-thread .file:hover {
|
.catalog-thread .file:hover {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user