mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 01:48:54 +00:00
Remove fancy input hover animation
This commit is contained in:
parent
a751c03fca
commit
f423e0c030
@ -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 {
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user