Fix theme

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-12-18 10:10:23 +05:30
parent d82b68c77e
commit f7c8b76680
6 changed files with 38 additions and 29 deletions
+4 -4
View File
@@ -128,16 +128,16 @@
margin-right: 0;
}
& > .text {
& > span {
color: inherit;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
& > .text:last-child { display: none; }
& > span:last-child { display: none; }
&:hover {
& > .text:first-child { display: none; }
& > .text:last-child { display: block; }
& > span:first-child { display: none; }
& > span:last-child { display: block; }
}
}