Skip to content
Snippets Groups Projects
Unverified Commit 569ac38b authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3200599 by Gauravmahlawat, mike.roman, BhumikaVarshney, hinal05,...

Issue #3200599 by Gauravmahlawat, mike.roman, BhumikaVarshney, hinal05, imalabya, mherchel: Olivero: No need for cke_editable class in footer CSS
parent b3f13c5b
No related branches found
No related tags found
3 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -229,23 +229,22 @@
* Special colors for footer that has a dark background.
*/
.site-footer .text-content,
.site-footer .cke_editable {
color: inherit
.site-footer .text-content {
color: inherit
}
.site-footer .text-content * {
color: inherit;
}
.site-footer .text-content *, .site-footer .cke_editable * {
color: inherit;
}
.site-footer .text-content a {
text-decoration: underline;
color: #fff;
box-shadow: none
}
.site-footer .text-content a, .site-footer .cke_editable a {
text-decoration: underline;
.site-footer .text-content a:hover {
text-decoration: none;
color: #fff;
box-shadow: none
box-shadow: none;
}
.site-footer .text-content a:hover, .site-footer .cke_editable a:hover {
text-decoration: none;
color: #fff;
box-shadow: none;
}
......@@ -140,25 +140,22 @@
/**
* Special colors for footer that has a dark background.
*/
.site-footer {
& .text-content,
& .cke_editable {
.site-footer .text-content {
color: inherit;
& * {
color: inherit;
}
& * {
color: inherit;
}
& a {
text-decoration: underline;
color: var(--color--white);
box-shadow: none;
& a {
text-decoration: underline;
&:hover {
text-decoration: none;
color: var(--color--white);
box-shadow: none;
&:hover {
text-decoration: none;
color: var(--color--white);
box-shadow: none;
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment