mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
21 lines
412 B
Text
21 lines
412 B
Text
.input-suggestions {
|
|
position: relative;
|
|
height: @input-height-base;
|
|
}
|
|
.input-suggestions-main {
|
|
position: absolute;
|
|
top: 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.input-suggestions-shadow {
|
|
background-color: @input-bg;
|
|
padding-top: @input-suggestion-v-offset;
|
|
}
|
|
.input-suggestions-shadow-existing {
|
|
color: transparent;
|
|
}
|
|
|
|
.input-suggestions-shadow-suggested {
|
|
color: lighten(@input-color, 25%);
|
|
}
|