Buttons elsewhere (e.g. https://uat.landgate.links.com.au/dashboard/ "Edit Settings" button) are receiving their background-color from page-specific CSS rules like .content_action .btn.
Maybe we need to add a .wrapper-datawa .btn-secondary class to work across the whole site?
The secondary buttons (cream background) now have no background colour and thus are blending into whatever element they're part of.
Some of the secondary buttons on other pages (e.g. https://uat.landgate.links.com.au/dashboard/) are fine.
On UAT main.css has:
Where on PROD main.css has:
Buttons elsewhere (e.g. https://uat.landgate.links.com.au/dashboard/ "Edit Settings" button) are receiving their
background-color
from page-specific CSS rules like.content_action .btn
.Maybe we need to add a
.wrapper-datawa .btn-secondary
class to work across the whole site?Affected pages and buttons
https://uat.landgate.links.com.au/showcase/nrinfo ("Manage" button) https://uat.landgate.links.com.au/dataset/new ("Edit" button) https://uat.landgate.links.com.au/dashboard/ ("Activity from" button) https://uat.landgate.links.com.au/dataset/resources/test-test-test ("Reorder resources" button) https://uat.landgate.links.com.au/group/new ("Edit", "Upload", and "Link" buttons)
Other pages may be affected.
UAT
PROD