1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-10-30 23:23:04 +00:00

Rename primitive search to title search

Makes more sense, actually
This commit is contained in:
Timur Ismagilov
2021-07-12 22:05:50 +05:00
parent ba0b12a803
commit 6a26c08d02
4 changed files with 24 additions and 24 deletions

View File

@@ -11,10 +11,10 @@
.modal__title_small { font-size: 1.5rem; }
.modal__confirmation-msg { margin: 0 0 .5rem 0; }
.hypha-list, .primitive-search__results { padding-left: 0; }
.hypha-list__entry, .primitive-search__entry { list-style-type: none; }
.hypha-list__link, .primitive-search__link { text-decoration: none; display: inline-block; padding: .25rem; }
.hypha-list__link:hover, .primitive-search__link:hover { text-decoration: underline; }
.hypha-list, .title-search__results { padding-left: 0; }
.hypha-list__entry, .title-search__entry { list-style-type: none; }
.hypha-list__link, .title-search__link { text-decoration: none; display: inline-block; padding: .25rem; }
.hypha-list__link:hover, .title-search__link:hover { text-decoration: underline; }
.hypha-list__amnt-type { font-size: smaller; color: #999; }
/* General element positions, from small to big */