Skip to content
Snippets Groups Projects
Commit 2525e436 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Separating of default and vufind styles. Removal of old typeahead.

parent 82a5056b
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
...@@ -147,28 +147,17 @@ h3 { ...@@ -147,28 +147,17 @@ h3 {
} }
/* --- Autocomplete --- */ /* --- Autocomplete --- */
.twitter-typeahead { .autocomplete-results {
vertical-align: top; border: 1px solid @list-group-border;
background-color: #fff; border-radius: 4px;
border-radius: @border-radius-base;
@media (max-width: 767px) {width: 100%;}
}
.twitter-typeahead .tt-hint {display: none;}
.tt-dropdown-menu {&:extend(.list-group);}
.tt-suggestion {
&:extend(.list-group-item);
cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
&.active {white-space: inherit;}
&.tt-cursor {
background-color: @brand-primary;
color: #fff;
}
p {margin: 0;} .item {border-bottom-color: @list-group-border;}
.item:last-child {border: 0;}
.item:hover,
.item.selected {background: @brand-primary !important;}
} }
/* --- Badges - blend the links in --- */ /* --- Badges - blend the links in --- */
.badge a {color: #fff;} .badge a {color: #fff;}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment