🐛 Fixes item text flicker on hover (#312)

This commit is contained in:
Alicia Sykes 2021-11-05 18:27:55 +00:00
parent 2acf3965d2
commit 65f6882e0d

View File

@ -364,10 +364,10 @@ export default {
box-shadow: var(--item-hover-shadow); box-shadow: var(--item-hover-shadow);
background: var(--item-background-hover); background: var(--item-background-hover);
color: var(--item-text-color-hover); color: var(--item-text-color-hover);
position: relative; // position: relative;
.tile-title span.text { // .tile-title span.text {
white-space: pre-wrap; // white-space: pre-wrap;
} // }
} }
&:focus { &:focus {
outline: 2px solid var(--primary); outline: 2px solid var(--primary);