fix: REALLY make sure there's no text decoration
This commit is contained in:
parent
0ca161c443
commit
739f26c340
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc.8",
|
||||
"version": "12.119.0-calc.8.1",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -76,6 +76,7 @@ function isMe(message): boolean {
|
|||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: none !important;
|
||||
.avatar {
|
||||
filter: saturate(200%);
|
||||
}
|
||||
|
@ -138,6 +139,11 @@ function isMe(message): boolean {
|
|||
}
|
||||
|
||||
> .body {
|
||||
|
||||
&:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
> .text {
|
||||
display: block;
|
||||
margin: 0 0 0 0;
|
||||
|
@ -148,6 +154,10 @@ function isMe(message): boolean {
|
|||
font-size: 1.1em;
|
||||
color: var(--faceText);
|
||||
|
||||
&:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.me {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue