Skip to content

Commit

Permalink
Merge pull request #103 from akhuoa/bugfix/ui
Browse files Browse the repository at this point in the history
UI Fixes
  • Loading branch information
alan-wu authored Jan 9, 2025
2 parents 8beec93 + 9576c09 commit 8c12a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/SearchFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -998,14 +998,9 @@ export default {
border-color: $app-primary-color;
}
.filter-help-popover {
color: rgb(48, 49, 51);
font-family: Asap;
margin: 12px;
}
.filter-help-popover,
.cascade-tags-popover {
font-family: 'Asap', sans-serif;
background: #f3ecf6 !important;
border: 1px solid $app-primary-color !important;
border-radius: 4px !important;
Expand Down
1 change: 1 addition & 0 deletions src/components/SearchHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ export default {
.el-icon {
transform: rotate(0deg);
transition: transform 0.25s linear;
color: var(--el-text-color-placeholder);
}
&[aria-expanded="true"] {
Expand Down

0 comments on commit 8c12a3b

Please sign in to comment.