Commit 3fc761ea authored by Samit Khulve's avatar Samit Khulve Committed by Diego Ocko Martins
Browse files

Issue #3323756 by sharayurajput, samit.310@gmail.com: Phpcs Drupal coding standard issue

parent d2d83c5b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line

/**
 * Generic elements.
 */
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

.action-link {
  color: #303030;
  background-color: #A0A0A0;
  background-color: #a0a0a0;
}

/* Action link states */
+0 −2
Original line number Diff line number Diff line
@@ -15,5 +15,3 @@
.breadcrumb__item + .breadcrumb__item::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='8' width='5'%3e%3cpath fill='%23cccccc' d='M1.207.647L.5 1.354 3.146 4 .5 6.647l.707.707L4.561 4z'/%3e%3c/svg%3e");
}

+1 −3
Original line number Diff line number Diff line

/**
 * @file
 * Structural styles for Darcula's UI buttons
@@ -17,7 +16,7 @@

.button {
  color: #303030;
  background-color: #A0A0A0;
  background-color: #a0a0a0;
}

.button:hover {
@@ -56,4 +55,3 @@ a.button:active {
  color: #919297;
  background-color: #ffffff10;
}
+0 −1
Original line number Diff line number Diff line

/**
 * Content header.
 */
Loading