fix hover style for char count field
This commit is contained in:
parent
68718f32b2
commit
6ea7fb08d9
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue