Skip to content

Commit

Permalink
fix(subheader): fix SubheaderIconsView.scss removing important in too…
Browse files Browse the repository at this point in the history
…lTipUnpublishedFlow
  • Loading branch information
rafael-santiago-take committed Nov 5, 2021
1 parent 32e40c8 commit c94191f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/components/subheaderIcons/SubheaderIconsView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

.action-icons {
display: inline-flex;

li {
.toolTipUnpublishedFlow {
tooltip {
tip {
left: 1.8rem;
}
}
}
}

}

.test {
Expand Down Expand Up @@ -67,12 +78,4 @@ background: $bp-color-bot;
padding-left: 5px;
}
}
}

.toolTipUnpublishedFlow {
tooltip {
tip {
left: 1.8rem !important;
}
}
}
}

0 comments on commit c94191f

Please sign in to comment.