remove bootstrap x on search input as its not needed and just adding complexity at this moment
This commit is contained in:
parent
5e6327a400
commit
421ea9e174
@ -1,3 +1,2 @@
|
|||||||
operations:
|
operations:
|
||||||
- UI tests etc.
|
- UI tests etc.
|
||||||
- input in search > click X > dropdown doesn't close
|
|
||||||
|
|||||||
@ -200,7 +200,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="operations-wrapper">
|
<div id="operations-wrapper">
|
||||||
<input id="search"
|
<input id="search"
|
||||||
type="search"
|
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="Search..."
|
placeholder="Search..."
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
|||||||
@ -7,7 +7,10 @@
|
|||||||
|
|
||||||
#operations {
|
#operations {
|
||||||
background-color: var(--primary-background-colour);
|
background-color: var(--primary-background-colour);
|
||||||
border-bottom: 1px solid var(--primary-border-colour);
|
}
|
||||||
|
|
||||||
|
#operations > .title {
|
||||||
|
padding: 8px 8px 8px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#operations-wrapper {
|
#operations-wrapper {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user