DNN button styled to match Bootstrap buttons#344
Conversation
david-poindexter
left a comment
There was a problem hiding this comment.
Thanks @dnndiva - just a few minor cleanup items.
| .dnnTertiaryAction { | ||
| padding: 6px 6px; | ||
| } | ||
| .dnnTertiaryAction {} |
There was a problem hiding this comment.
This needs to be removed if there are no associated styles to define.
| /* Old browsers */ | ||
| color: #fff; | ||
| } | ||
| a.dnnPrimaryAction:hover {} |
There was a problem hiding this comment.
This needs to be removed if there are no associated styles to define.
| background: color('dnnPrimaryAction'); | ||
| color: #fff; | ||
| } | ||
| a.dnnPrimaryAction:active {} |
There was a problem hiding this comment.
This needs to be removed if there are no associated styles to define.
| /* Old browsers */ | ||
| color: #555; | ||
| } | ||
| .dnnLogin .LoginTabGroup span:hover {} |
There was a problem hiding this comment.
This needs to be removed if there are no associated styles to define.
| a.dnnTertiaryAction:hover { | ||
| background: #f2f2f2; | ||
| } | ||
| a.dnnTertiaryAction:hover {} |
There was a problem hiding this comment.
This needs to be removed if there are no associated styles to define.
| a.dnnTertiaryAction:active { | ||
| background: color('dnnTertiaryAction'); | ||
| } | ||
| a.dnnTertiaryAction:active {} |
There was a problem hiding this comment.
This needs to be removed if there are no associated styles to define.
|
Kudos, SonarCloud Quality Gate passed!
|








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: