create secondary button in backend and hover
<button type="button" class="btn btn-secondary">Secondary</button>
create outline-secondary button in backend
<button type="button" class="btn btn-outline-secondary">Secondary</button>
all variables should be defined
all outline buttons should have same style
light theme (--btn-secondary-color-hvr
, --btn-secondary-bg-hvr
):
dark theme (--btn-secondary-color-hvr
):
secondary outline button is not outline:
similar #43117
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Labels |
Added:
Dark Mode
|