Scale up reaction buttons on hover
This commit is contained in:
parent
c6f2bb4ba7
commit
088bbbfb91
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ limitations under the License.
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
transition: transform 0.25s;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
transform: scale(1.2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ReactionTooltipButton_selected {
|
.mx_ReactionTooltipButton_selected {
|
||||||
|
|
Loading…
Reference in a new issue