Skip to content

Commit

Permalink
Add see more button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Mar 15, 2023
1 parent da60c15 commit 9fdb352
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,33 @@
}
}

.ui.button.see-more {
padding: 0 !important;
border: none;
margin: 0;
margin-left: 10px;
background: none;
color: @linkColor;
font-size: inherit;
font-weight: normal;

&:hover,
&:active,
&:focus {
background: none;
color: @linkColor;
opacity: 0.8;
}

&.open:after {
content: '\25B2';
}

&.close:after {
content: '\25BC';
}
}

.dh-label {
display: inline-block;
padding: 0.3em 0.6em;
Expand Down

0 comments on commit 9fdb352

Please sign in to comment.