mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
Fix style
This commit is contained in:
@@ -66,10 +66,10 @@ export default Vue.extend({
|
||||
|
||||
&.checked {
|
||||
> .button {
|
||||
border-color: var(--radioActive);
|
||||
border-color: var(--accent);
|
||||
|
||||
&:after {
|
||||
background-color: var(--radioActive);
|
||||
background-color: var(--accent);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user