Commit c4ce5539 by Torkel Ödegaard

Fixed icon in panel header when drilldown link is present

parent 6f987253
......@@ -37,10 +37,12 @@
&.has-panel-links {
.panel-title-text:after {
content: "\f0c1";
content: "\f08e";
font-family:'FontAwesome';
font-size: 80%;
padding-left: 10px;
position: relative;
top: -1px;
}
}
}
......@@ -121,10 +123,6 @@
}
}
.icon-move {
cursor: move;
}
.panel-menu-link, .panel-menu-icon {
padding: 5px 10px;
}
......
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