overleaf/services/web/frontend/stylesheets/components/input-suggestions.less

15 lines
249 B
Text
Raw Normal View History

.input-suggestions {
position: relative;
}
.input-suggestions-main {
position: absolute;
top: 0;
background-color: transparent;
}
.input-suggestions-shadow {
background-color: @input-bg !important;
color: lighten(@input-color, 25%);
}