Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 1 addition & 32 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
--transition-hover-fade: opacity 0.2s ease; /* fade transition for elements that show on hover */

/* z-index */
--z-index-modal: 1001; /* modal dialog, hard-coded from Fomantic modal.css */
--z-index-modal: 1001; /* modal dialog */
--z-index-toast: 1002; /* should be larger than modal */

--font-size-label: 12px; /* font size of individual labels */
Expand Down Expand Up @@ -337,37 +337,6 @@ a.label,
background: currentcolor;
}

.ui.search > .results {
background: var(--color-body);
border-color: var(--color-secondary);
overflow-wrap: anywhere; /* allow text to wrap as fomantic limits this to 18em width */
}

.ui.search > .results .result {
background: var(--color-body);
border-color: var(--color-secondary);
display: flex;
align-items: center;
}

.ui.search > .results .result .title {
color: var(--color-text-dark);
}

.ui.search > .results .result .description {
color: var(--color-text-light-2);
}

.ui.search > .results .result .image {
width: auto;
height: auto;
}

.ui.search > .results .result:hover,
.ui.category.search > .results .category .result:hover {
background: var(--color-hover);
}

.empty-placeholder {
display: flex;
flex-direction: column;
Expand Down
1 change: 1 addition & 0 deletions web_src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@import "./modules/checkbox.css";
@import "./modules/dimmer.css";
@import "./modules/modal.css";
@import "./modules/search.css";
@import "./modules/tab.css";
@import "./modules/form.css";
@import "./modules/dropdown.css";
Expand Down
Loading
Loading