Revert "dot inside renote button when renoted"
This reverts commit e0c7c8f49d
.
This commit is contained in:
parent
46f051cc57
commit
f978c9200d
|
@ -266,17 +266,6 @@ const renote = (viaKeyboard = false, ev?: MouseEvent) => {
|
||||||
color: var(--accent) !important;
|
color: var(--accent) !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
i {
|
|
||||||
position: relative;
|
|
||||||
&::after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
inset: 42% 35%;
|
|
||||||
margin-top: 1px;
|
|
||||||
background: currentColor;
|
|
||||||
border-radius: 1em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue