mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Fixed icon in panel header when drilldown link is present
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user