fix hover style for char count field

This commit is contained in:
ByronEricPerez 2022-06-20 18:57:50 -03:00
parent 68718f32b2
commit 6ea7fb08d9

View file

@ -350,6 +350,8 @@ a.button--alt {
background-color: transparent;
margin-right: var(--spacing-m);
padding: 0 var(--spacing-xxs);
height: initial;
padding: 5px;
&.button--file-action-active {
.icon {
@ -378,9 +380,6 @@ a.button--alt {
}
&:hover {
.icon {
stroke: var(--color-link);
}
.button__label {
color: var(--color-link);
}