carbon-components-vue icon indicating copy to clipboard operation
carbon-components-vue copied to clipboard

cvInlineNotification and cvToastNotification close buttons have blue borders enabled by default

Open christianlmc opened this issue 5 years ago • 4 comments

Detailed description

Describe in detail the issue you're having.

All the X'es have a blue border on low-contrast mode image

Is this a feature request (new component, new icon), a bug, or a general issue?

General Issue

Is this issue related to a specific component?

cvInlineNotification and cvToastNotification

What did you expect to happen? What happened instead? What would you like to see changed?

Expected behavior: image

What browser are you working in?

Chrome 81

What version of the Carbon Design System are you using?

"@carbon/vue": "^2.28.0"

Steps to reproduce the issue

  1. Step one
<cv-inline-notification
        title="Inline Notification - Low Contrast"
        sub-title="Subtitulo"
        action-label="Acao"
        :low-contrast="true"
        @close="closeIt"
        @action="closeIt"
/>
  1. Step two Go to browser

christianlmc avatar Jul 09 '20 16:07 christianlmc