Style username in poll results table

This commit is contained in:
David Benqué 2021-07-26 15:26:51 +01:00
parent 24401f39e1
commit 4f5a041010
1 changed files with 5 additions and 1 deletions

View File

@ -681,7 +681,11 @@
&.cp-clickable {
cursor: pointer;
&:hover {
transform: scale(1.1);
color: @cryptpad_color_link;
&::after {
font-family: FontAwesome;
content: "\00a0\f06e";
}
}
}
}