mirror of
https://github.com/xodio/xod.git
synced 2026-03-16 05:36:54 +01:00
fix(xod-client): fix spinner in the LibSuggester (now it spins over search icon)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@mixin custom-search-clear-button() {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border: none;
|
||||
@@ -36,17 +35,20 @@
|
||||
|
||||
.loading-icon {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
left: 6px;
|
||||
top: 6px;
|
||||
width: 18px;
|
||||
height: 30px;
|
||||
box-sizing: border-box;
|
||||
background: $input-color-bg;
|
||||
font-size: $font-size-xl;
|
||||
font-size: $font-size-m;
|
||||
overflow: hidden;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
|
||||
.fa {
|
||||
margin-right: -2px;
|
||||
line-height: 32px;
|
||||
color: $light-grey-bright;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user