alxpez / vuegg

dnd visual editor - mockups and code in one go!
https://vuegg.github.io
MIT License
2.34k stars 392 forks source link

fix(confirmDialog): force background colour on delete button ('Clear project' dialog) #23

Closed alxpez closed 6 years ago

alxpez commented 6 years ago

Description

Force background colour of the delete button (from 'Clear project' dialog), to keep the provided CSS rule over all others. Added !important rule to the existing button class.

Related Issue

fixes(#22)

Motivation and Context

As explained in #22, the lack of accent colour in this button, involves a lost of context over the action triggered.

How Has This Been Tested?

Used chrome devtools to confirm that the styles weren't overwritten by any other underlying CSS rule.

Screenshots

screen shot 2018-05-06 at 8 52 48 pm

Types of changes

Checklist