Problem/Motivation
On the The install new theme form (/admin/theme/install) the cancel link is styled as a link when it should be styled as a primary button
There are three types of buttons supported in core and in the Seven style guide. Standard, primary, and danger.
It's important that the correct button types are used consistently throughout Drupal
Remaining tasks
Add the primary #button_type class to that form item, so it receives the correct class.
Beta phase evaluation
| Issue category | Bug because usability standards |
|---|---|
| Issue priority | Not critical because minor usability defect |
| Unfrozen changes | Unfrozen because it only changes markup |
| Prioritized changes | The main goal of this issue is usability |
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2469917-theme-install-primary-button-3.png | 134.59 KB | ckrina |
| #1 | theme-install-primary-button-2469917-1.patch | 574 bytes | tadityar |
Comments
Comment #1
tadityar commentedComment #2
Cauliflower commentedPatch applied and works as expected.
Comment #3
ckrinaThe patch applies fine and looks ok. Here's an screenshot:
Comment #4
lewisnymanComment #5
alexpottCommitted 2d53e2a and pushed to 8.0.x. Thanks!