Logo
Explore Help
Register Sign In
yujunjun/datahub
2
0
Fork 0
You've already forked datahub
mirror of https://github.com/datahub-project/datahub.git synced 2025-07-25 18:38:55 +00:00
Code Issues Packages Projects Releases Wiki Activity
datahub/wherehows-web/app/styles/components/nacho/_nacho-global-search.scss

22 lines
329 B
SCSS
Raw Normal View History

Adds pattern definition and consumer classes for nacho-button, nacho-filter-rail and nacho-global-search components
2017-03-24 22:05:12 -07:00
/// Search bar height
$height: 40px;
.nacho-global-search {
color: $text-color;
&__text-input {
height: $height;
}
implements typeahead using category filter apis for datasets, metrics or flows. caches previously seen results in client memory. adds category to arguments provided by query params
2017-04-05 09:02:04 -07:00
/**
* Rules for the search bar filter component
*/
&__filter {
fixes edge case issue: when a user clicks the fieldName without a source would not render the input box. increases the width for dropdown filter in search-bar component
2017-04-05 18:35:11 -07:00
width: 75px;
implements typeahead using category filter apis for datasets, metrics or flows. caches previously seen results in client memory. adds category to arguments provided by query params
2017-04-05 09:02:04 -07:00
display: inline-flex;
white-space: nowrap;
overflow: hidden;
justify-content: flex-end;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 300ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API