Commit af0f63bb authored by Stan Hu's avatar Stan Hu

Move caret to the right of Advance and make the hover underline the word

parent f70c092b
......@@ -36,7 +36,8 @@
position: relative;
z-index: 2;
&:hover span {
& span:hover {
display: inline-block;
color: $gl-link-color;
text-decoration: underline;
}
......
......@@ -65,9 +65,8 @@
.advanced-geo-node-status-container
.toggler-inactive-container
.js-advanced-geo-node-status-toggler
%span Advanced
%i.fa.fa-angle-down
%span
Advanced
%p
.advanced-status.hide-status
%span.help-block
......
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