Skip to content

Commit

Permalink
add underline styles to extra-info-higlass-btn
Browse files Browse the repository at this point in the history
  • Loading branch information
Onurcankaratay committed Sep 27, 2024
1 parent 0e9a005 commit f763306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class BasicUserContentBody extends React.PureComponent {

export const EmbeddedHiglassActions = React.memo(function EmbeddedHiglassActions(props){
const { context, parentComponentType = BasicUserContentBody, showDescription = true, constrainDescription = false } = props;
let cls = "btn btn-outline-dark pull-right extra-info-higlass-btn";
let cls = "btn btn-outline-dark pull-right extra-info-higlass-btn link-underline link-underline-opacity-0";

if (parentComponentType === BasicUserContentBody) {
cls += ' btn-sm';
Expand Down

0 comments on commit f763306

Please sign in to comment.