Skip to content

Commit

Permalink
docs: fix css leaking (#16603)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Dec 4, 2022
1 parent d3e4b59 commit e6cb05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/assets/scss/components/rules.scss
Expand Up @@ -65,7 +65,7 @@
}
}

.rule {
.rule:not(.token) {
border-radius: var(--border-radius);
background-color: var(--lightest-background-color);
display: flex;
Expand Down

0 comments on commit e6cb05a

Please sign in to comment.