Unverified Commit 488a9db6 authored by Lyza Gardner's avatar Lyza Gardner Committed by GitHub

Merge pull request #2267 from hypothesis/adjust-highlight-icon

Adjust highlight icon styling for better visibility
parents c7aa117f 61c454df
...@@ -44,7 +44,10 @@ ...@@ -44,7 +44,10 @@
} }
&__highlight-icon { &__highlight-icon {
@include utils.icon--xsmall; @include utils.icon--small;
color: var.$color-text; color: var.$color-text-light;
// Pull the icon down a tad for better vertical alignment with other
// items in the same layout row
margin-bottom: -1px;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment