1
0
Fork 0
docsearch/docs/css/_navigation.scss
2017-10-17 22:16:04 +02:00

26 lines
424 B
SCSS

.algc-navigation {
a {
-webkit-font-smoothing: unset;
&:hover {
text-decoration: none;
}
}
input:not(#searchbox) {
display: none;
}
}
.algc-dropdownroot__widelist li h4 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 70%;
display: block;
}
.algc-menu__search--holder.open input[type="search"] {
background-color: rgba(255, 255, 255, 0.2) !important;
}