Skip to content

Commit

Permalink
fix: fixed style in inline notification (#15973)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari authored Mar 26, 2024
1 parent 46c4029 commit 6f55ab9
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,16 @@
opacity: 1;
}

.#{$prefix}--actionable-notification--warning
.#{$prefix}--inline-notification__icon
path[opacity='0'],
.#{$prefix}--actionable-notification--warning-alt
.#{$prefix}--inline-notification__icon
path:first-of-type {
fill: $black-100;
opacity: 1;
}

.#{$prefix}--actionable-notification__details {
display: flex;
flex-grow: 1;
Expand Down

0 comments on commit 6f55ab9

Please sign in to comment.