Remove fancy input hover animation

This commit is contained in:
Zsolt Kocsmarszky 2017-11-18 19:40:07 +01:00
parent a751c03fca
commit f423e0c030
2 changed files with 10 additions and 1 deletions

View File

@ -286,6 +286,15 @@ page-header, .dashboard__header {
}
}
// Forms
.form-control {
&:focus {
box-shadow: none !important;
}
}
@media (max-width: 767px) {
.navbar-form {
.navbar__search__input {

View File

@ -7,7 +7,7 @@
<span class="label label-warning" ng-if="$ctrl.dashboard.is_archived" uib-popover="This dashboard is archived and and won't appear in the dashboards list or search results." popover-placement="right" popover-trigger="'mouseenter'">Archived</span>
</h3>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-5 text-right dashboard__control p-r-0">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-5 text-right dashboard__control p-r-0">
<span ng-if="!$ctrl.dashboard.is_archived && !public" class="hidden-print">
<div class="btn-group">