Skip to content

Commit

Permalink
fix: missing bracket, little linty things (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and zhaoyongjie committed Nov 26, 2021
1 parent d66daa6 commit 2078602
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,15 @@ export default styled(BigNumberVis)`
padding-bottom: 0;
}
&.is-fallback-value{
.header-line, .subheader-line {
opacity: 0.5;
&.is-fallback-value {
.header-line,
.subheader-line {
opacity: 0.5;
}
}
.superset-data-ui-tooltip {
z-index: 1000;
background: #000;
}
`;

0 comments on commit 2078602

Please sign in to comment.