Skip to content

Commit 65f6882

Browse files
committed
🐛 Fixes item text flicker on hover (Lissy93#312)
1 parent 2acf396 commit 65f6882

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/LinkItems/Item.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,10 @@ export default {
364364
box-shadow: var(--item-hover-shadow);
365365
background: var(--item-background-hover);
366366
color: var(--item-text-color-hover);
367-
position: relative;
368-
.tile-title span.text {
369-
white-space: pre-wrap;
370-
}
367+
// position: relative;
368+
// .tile-title span.text {
369+
// white-space: pre-wrap;
370+
// }
371371
}
372372
&:focus {
373373
outline: 2px solid var(--primary);

0 commit comments

Comments
 (0)