Skip to content

Commit

Permalink
fix: missing bracket, little linty things (apache#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and zhaoyongjie committed Nov 24, 2021
1 parent c9332b6 commit 9a32041
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 9a32041

Please sign in to comment.