Commit 970c1ab9 authored by George Tsiolis's avatar George Tsiolis

Update dismiss button icon state colors

parent ba43cbe7
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
right: $gl-padding-8; right: $gl-padding-8;
top: $gl-padding-8; top: $gl-padding-8;
cursor: pointer; cursor: pointer;
color: $blue-300; color: $blue-500;
z-index: 1; z-index: 1;
border: 0; border: 0;
background-color: transparent; background-color: transparent;
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
&:hover, &:hover,
&:focus { &:focus {
border: 0; border: 0;
color: $blue-400; color: $blue-700;
} }
} }
......
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