Skip to content

Commit f85dcd1

Browse files
fix(inline-notification): remove ghost button color override (#7695)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent b46bee3 commit f85dcd1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/components/src/components/notification/_inline-notification.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,6 @@
212212
}
213213
}
214214

215-
.#{$prefix}--inline-notification--low-contrast
216-
.#{$prefix}--inline-notification__action-button.#{$prefix}--btn--ghost {
217-
color: $link-01;
218-
}
219-
220215
.#{$prefix}--inline-notification__action-button.#{$prefix}--btn--ghost:active,
221216
.#{$prefix}--inline-notification__action-button.#{$prefix}--btn--ghost:hover {
222217
background-color: $inverse-hover-ui;

0 commit comments

Comments
 (0)