Skip to content

Commit

Permalink
fix(md-enhance): fix nesting container icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 4, 2023
1 parent a91c360 commit 33b0e69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/md-enhance/src/client/styles/container/index.scss
Expand Up @@ -133,7 +133,7 @@
border-color: var(--info-border-color);
background: var(--info-bg-color);

.hint-container-title {
> .hint-container-title {
color: var(--info-title-color);

&::before {
Expand All @@ -150,7 +150,7 @@
border-color: var(--note-border-color);
background: var(--note-bg-color);

.hint-container-title {
> .hint-container-title {
color: var(--note-title-color);

&::before {
Expand All @@ -167,7 +167,7 @@
border-color: var(--tip-border-color);
background: var(--tip-bg-color);

.hint-container-title {
> .hint-container-title {
color: var(--tip-title-color);

&::before {
Expand All @@ -184,7 +184,7 @@
border-color: var(--warning-border-color);
background: var(--warning-bg-color);

.hint-container-title {
> .hint-container-title {
color: var(--warning-title-color);

&::before {
Expand All @@ -201,7 +201,7 @@
border-color: var(--danger-border-color);
background: var(--danger-bg-color);

.hint-container-title {
> .hint-container-title {
color: var(--danger-title-color);

&::before {
Expand Down

0 comments on commit 33b0e69

Please sign in to comment.