fix hover style for char count field #7620
1 changed files with 0 additions and 8 deletions
|
@ -393,14 +393,6 @@ a.button--alt {
|
||||||
height: initial;
|
height: initial;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|||||||
|
|
||||||
&.button--comment-icons-active {
|
|
||||||
.icon {
|
|
||||||
fill: var(--color-primary-alt);
|
|
||||||
stroke: var(--color-primary) !important; //fixme
|
|
||||||
color: var(--color-primary);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: $breakpoint-small) {
|
@media (max-width: $breakpoint-small) {
|
||||||
There's a duplicate padding: line here. Also, whenever possible, we're trying to use vars for spacing, as above. Does one of those work? There's a duplicate padding: line here. Also, whenever possible, we're trying to use vars for spacing, as above. Does one of those work?
|
|||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue
I know it's not super D.R.Y. but I would duplicate the button--file-action class contents here.
Then we can get rid of commented out lines.