mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Allows a user to cancel a running query (#22545)
This commit is contained in:
@@ -155,6 +155,7 @@ i.navbar-page-btn__search {
|
||||
.gicon {
|
||||
filter: $navbar-btn-gicon-brightness;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.gicon {
|
||||
filter: brightness(0.8);
|
||||
@@ -180,6 +181,10 @@ i.navbar-page-btn__search {
|
||||
}
|
||||
}
|
||||
|
||||
&--danger {
|
||||
@include buttonBackground($red-base, $red-shade);
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
.btn-title {
|
||||
margin-left: $space-xs;
|
||||
|
||||
Reference in New Issue
Block a user