Skip to content

Commit

Permalink
Fix className
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Mar 1, 2023
1 parent cbd8201 commit ca56d83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion searchlib/components/Result/ResultSource.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ResultSource = ({ item }) => {
const { vocab = {} } = appConfig;

return (
<div className="source">
<div className="result-info result-source">
<span className="result-info-title">Source: </span>

<ExternalLink href={item.href}>
Expand Down
13 changes: 7 additions & 6 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@
}
}

.ui.secondary.vertical.pointing.menu .active.item {
border-color: @darkCerulean;
color: @darkCerulean;
}

.dataset-container {
width: 100%;
max-width: 900px;
Expand All @@ -188,12 +193,8 @@
}

.ui.accordion {
.title {
padding-left: 0 !important;
}

.content {
padding-left: 0 !important;
.active.title {
background-color: #efefef;
}

.list .item {
Expand Down

0 comments on commit ca56d83

Please sign in to comment.