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