Users can add captions in Webspark via the CKEditor, but on the front end the caption styles do not match. This PR essentially copies the caption styles, and applies then to the front end.
Testing:
Use a Webspark CI based Drupal site
For simplicity, you can copy the code from this PR into renovation.style.css
If you do that, remember you are in a pure CSS file so you will need to ensure the code is correct: .uds-table caption, .uds-table figcaption { ... }
Create a page and use the CKEditor to add a table, and add a caption to the table
Save the page
View the front end to ensure that the styles for the caption provide a visually similar appearance
Since the CKEditor styles are not exact to match the ASU Brand, the aim here is not to copy them 1:1, but in order to give the user an expectation of the styles for the front end
Description
Users can add captions in Webspark via the CKEditor, but on the front end the caption styles do not match. This PR essentially copies the caption styles, and applies then to the front end.
Testing:
renovation.style.css
.uds-table caption, .uds-table figcaption { ... }
Links
FOR APPROVERS