oruga-ui / theme-bulma

🎈 Customization of Oruga components with Bulma CSS framework
MIT License
116 stars 28 forks source link

Notification close button icon is broken #103

Closed zhaolinlau closed 6 days ago

zhaolinlau commented 5 months ago

Overview of the problem

Oruga version: [0.8.7] Vuejs version: [3.4.21] OS/Browser: Windows 11, Firefox

Description

close button not showing properly

<ONotification v-if="contactSuccess" :message="contactSuccess" iconSize="medium" variant="success" closable
            aria-close-label="Close notification" />

Steps to reproduce

  1. add closable to
  2. the close icon will look weird

Expected behavior

image

Actual behavior

image

andrzejkupczyk commented 5 months ago

Hello @zhaolinlau, could you confirm if you are using the latest version of theme-bulma?

https://github.com/oruga-ui/theme-bulma/issues/80#issuecomment-1969640932