+
self.toggleMenu()}
>
-
+
{self.findTimeRangeInputValue(selected)}
-
)
diff --git a/ui/src/style/components/template-control-bar.scss b/ui/src/style/components/template-control-bar.scss
index 75925673f..f6e3b70dc 100644
--- a/ui/src/style/components/template-control-bar.scss
+++ b/ui/src/style/components/template-control-bar.scss
@@ -59,14 +59,15 @@ $template-control--min-height: 52px;
@include gradient-h($c-star,$c-pool);
@include custom-scrollbar-round($c-pool,$c-laser);
- > li > a {
- &, &:active {background-color: transparent !important;}
+ li.dropdown-item {
+ &:hover {@include gradient-h($c-comet,$c-pool);}
+ }
+ li.dropdown-item > a {
+ &, &:focus {background: none;}
+ &:active, &:active:focus {@include gradient-h($c-amethyst,$c-pool);}
font-size: 12px;
font-family: $code-font;
}
- > li {
- &:hover {@include gradient-h($c-comet,$c-pool);}
- }
}
}
.template-control--label {