mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -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:
@@ -213,12 +213,6 @@
|
|||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SmartSearch-keyPane--exitHolder {
|
|
||||||
position: absolute;
|
|
||||||
right: 10px;
|
|
||||||
top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.SmartSearch-keyPane--exit {
|
.SmartSearch-keyPane--exit {
|
||||||
background-color: @login-notice-bg;
|
background-color: @login-notice-bg;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,11 +34,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- hint key -->
|
<!-- hint key -->
|
||||||
<div class="SmartSearch-keyPane row" ng-repeat="model in models" ng-show="showKeyPane">
|
<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-keyRow">
|
||||||
<div class="SmartSearch-examples">
|
<div class="SmartSearch-examples">
|
||||||
<div class="SmartSearch-examples--title">
|
<div class="SmartSearch-examples--title">
|
||||||
|
|||||||
Reference in New Issue
Block a user