Problem/Motivation
In #3083650-5: Support of btn-outline-danger we decided to use `btn-outline-danger` CSS class which is a style that Seven theme is using.
Claro will use danger button with full background and when core switches to Claro we should also switch to CSS class `btn-danger`.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | delete-link-styling-3085223-4.patch | 1.89 KB | pivica |
Comments
Comment #2
pivica commentedCheck #3083650-9: Support of btn-outline-danger for an idea about button link CSS class.
Also, latest Claro screenshots show that they dropped danger button for a link with left icon, check screenshots in https://www.drupal.org/project/drupal/issues/3079738.
Let's install the latest Claro, check how it works related to this and implement a similar solution.
Comment #3
pivica commentedClaro will be used as default admin theme from Drupal 9.4 so we can do this for next beta3 release.
Comment #4
pivica commentedIn the mean time, Claro switched to link style so we will do the same. Here is a patch.
Comment #6
pivica commentedCommitted.