Fix hover colors on buttons to show/hide content
We were setting the color to be the same as links, but forgot to do the same on hover. Using the `link` mixin solves the issue.
This commit is contained in:
@@ -29,8 +29,7 @@
|
|||||||
|
|
||||||
> [aria-expanded] {
|
> [aria-expanded] {
|
||||||
@include xy-gutters;
|
@include xy-gutters;
|
||||||
color: $link;
|
@include link;
|
||||||
cursor: pointer;
|
|
||||||
margin-top: $line-height;
|
margin-top: $line-height;
|
||||||
margin-bottom: $line-height;
|
margin-bottom: $line-height;
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
|
|||||||
@@ -2359,8 +2359,7 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.add-related-content {
|
.add-related-content {
|
||||||
color: $link;
|
@include link;
|
||||||
cursor: pointer;
|
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: $line-height;
|
margin-bottom: $line-height;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user