mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
🐛 Fixes item text flicker on hover (#312)
This commit is contained in:
parent
2acf3965d2
commit
65f6882e0d
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user