Skip to content
Snippets Groups Projects
Commit ade175ff authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-6110-kpaxman-add_mark_support' into '1.1.x'

ISTWCMS-6110: make the mark element more or less match the front end

See merge request !96
parents 8a3badd3 25aa4704
No related branches found
No related tags found
1 merge request!96ISTWCMS-6110: make the mark element more or less match the front end
...@@ -139,6 +139,15 @@ li > *:last-child { ...@@ -139,6 +139,15 @@ li > *:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
mark {
background: #ffea30;
color: #000000;
padding: 0.063rem 0.125rem;
/* Ensure the padding shows when there are line breaks. */
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
@media print { @media print {
li { li {
page-break-inside: avoid; page-break-inside: avoid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment