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
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -229,22 +229,21 @@
 * Special colors for footer that has a dark background.
 */

.site-footer .text-content,
  .site-footer .cke_editable {
.site-footer .text-content {
  color: inherit
}

.site-footer .text-content *, .site-footer .cke_editable * {
.site-footer .text-content * {
    color: inherit;
  }

.site-footer .text-content a, .site-footer .cke_editable a {
.site-footer .text-content a {
    text-decoration: underline;
    color: #fff;
    box-shadow: none
  }

.site-footer .text-content a:hover, .site-footer .cke_editable a:hover {
.site-footer .text-content a:hover {
      text-decoration: none;
      color: #fff;
      box-shadow: none;
+1 −4
Original line number Diff line number Diff line
@@ -140,9 +140,7 @@
/**
 * Special colors for footer that has a dark background.
 */
.site-footer {
  & .text-content,
  & .cke_editable {
.site-footer .text-content {
  color: inherit;

  & * {
@@ -161,4 +159,3 @@
    }
  }
}
}