shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 194 forks source link

Upgrade to 1.1.26 removes background-color from toast in primary theme #112

Closed ICATT closed 5 years ago

ICATT commented 5 years ago

Upgrading to version 1.1.26 (from 1.1.24 in our case), seems to remove background-colors from toasts when using the old primary theme.

Removing the space between .toasted and .primary in the CSS selector below fixes the issue.

.toasted .primary, .toasted.toasted-primary

Changing the theme from primary to toasted-primary also works as a temporary fix.

fureszk commented 5 years ago

I experience the same issue. Thank you for posting the solution!

shakee93 commented 5 years ago

this is due to the older css. it is updated in the latest version

dyllandry commented 4 years ago

I'm getting this problem on 1.1.27. Changing theme from primary to toasted-primary alleviated the problem.

"dependencies": {
    ...
    "vue-toasted": "^1.1.24",
    ...
}
$ npm list --depth=0 | grep vue-toasted
├── vue-toasted@1.1.27