Highlight emoji reactions picked by yourself

This commit is contained in:
Sol Fisher Romanoff 2022-11-06 16:12:08 +02:00 committed by Sean King
parent dc897a5fef
commit 404f1db08e
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>