Compare commits

...

1 Commits

Author SHA1 Message Date
Sol Fisher Romanoff 404f1db08e Highlight emoji reactions picked by yourself 2023-01-15 14:51:39 -07:00
1 changed files with 6 additions and 0 deletions

View File

@ -81,5 +81,11 @@
text-decoration: underline;
}
}
.button-default.picked-reaction {
border: 1px solid var(--accent, $fallback--link);
margin-left: -1px; // offset the border, can't use inset shadows either
margin-right: calc(0.5em - 1px);
}
}
</style>