Explore: Allows a user to cancel a running query (#22545)

This commit is contained in:
kay delaney
2020-03-25 10:38:14 +00:00
committed by GitHub
parent 910f65d2ab
commit 40e875369b
7 changed files with 92 additions and 8 deletions

View File

@@ -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;