mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Merge pull request #4914 from jaredevantabor/smart-search-key-exit-holder
removing the exit icon from the smart search key pane
This commit is contained in:
commit
baef3797f3
@ -213,12 +213,6 @@
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.SmartSearch-keyPane--exitHolder {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.SmartSearch-keyPane--exit {
|
||||
background-color: @login-notice-bg;
|
||||
}
|
||||
|
||||
@ -34,11 +34,6 @@
|
||||
</div>
|
||||
<!-- hint key -->
|
||||
<div class="SmartSearch-keyPane row" ng-repeat="model in models" ng-show="showKeyPane">
|
||||
<div class="SmartSearch-keyPane--exitHolder">
|
||||
<button class="Form-exit SmartSearch-keyPane--exit" ng-click="toggleKeyPane()">
|
||||
<i class="fa fa-times-circle"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="SmartSearch-keyRow">
|
||||
<div class="SmartSearch-examples">
|
||||
<div class="SmartSearch-examples--title">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user