-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNN button styled to match Bootstrap buttons #344
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dnndiva - just a few minor cleanup items.
src/scss/components/_dnn.scss
Outdated
.dnnTertiaryAction { | ||
padding: 6px 6px; | ||
} | ||
.dnnTertiaryAction {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be removed if there are no associated styles to define.
src/scss/components/_dnn.scss
Outdated
/* Old browsers */ | ||
color: #fff; | ||
} | ||
a.dnnPrimaryAction:hover {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be removed if there are no associated styles to define.
src/scss/components/_dnn.scss
Outdated
background: color('dnnPrimaryAction'); | ||
color: #fff; | ||
} | ||
a.dnnPrimaryAction:active {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be removed if there are no associated styles to define.
src/scss/components/_dnn.scss
Outdated
/* Old browsers */ | ||
color: #555; | ||
} | ||
.dnnLogin .LoginTabGroup span:hover {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be removed if there are no associated styles to define.
src/scss/components/_dnn.scss
Outdated
a.dnnTertiaryAction:hover { | ||
background: #f2f2f2; | ||
} | ||
a.dnnTertiaryAction:hover {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be removed if there are no associated styles to define.
src/scss/components/_dnn.scss
Outdated
a.dnnTertiaryAction:active { | ||
background: color('dnnTertiaryAction'); | ||
} | ||
a.dnnTertiaryAction:active {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be removed if there are no associated styles to define.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 👏
Related to Issue
Fixes #343
Description
Added styling to DNN buttons to look like the theme bootstrap buttons
How Has This Been Tested?
Added button with the 3 DNN system button classes on my local development environment.
Screenshots (if appropriate):
Types of changes
Checklist: