User tests: Successful: Unsuccessful:
Pull Request for Issue #21302 .
Adds a border back to buttons fixing btn-outline-* classes
If these outline classes should exist is questionable however Bootstrap does not allow us to easily remove them.
Easiest test is to paste the following somewhere in to the backend using your browser web dev tools...
<button type="button" class="btn btn-outline-primary">Primary</button>
<button type="button" class="btn btn-outline-secondary">Secondary</button>
<button type="button" class="btn btn-outline-success">Success</button>
<button type="button" class="btn btn-outline-danger">Danger</button>
<button type="button" class="btn btn-outline-warning">Warning</button>
<button type="button" class="btn btn-outline-info">Info</button>
<button type="button" class="btn btn-outline-dark">Dark</button>
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
Title |
|
Labels |
Added:
?
|
Pretty sure that .subhead .btn {color: #fff;}
is not needed. Let me check...
.subhead .btn {color: #fff;}
removed without any apparent issue.
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-31 11:09:13 |
Closed_By | ⇒ | wilsonge |
Thanks!
Tested it works
but template also forces white inside the toolbar for buttons
.subhead .btn {color: #fff;}
templates\atum\scss\blocks\_toolbar.scss
Can we change
to ?