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