Commit 7fdec37f authored by serhii.myronets's avatar serhii.myronets
Browse files

Issue #3273919 by agami4: Revert color for icons

parent 11b4d70d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ form:not(.layout-builder-configure-block) .select-all.checkbox {
  color: #343434;
  background-color: #fff;
  border-radius: 10px;
  fill: #343434;
  fill: #4d4d4d;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
@@ -1422,7 +1422,7 @@ svg[class^="icon-"] {
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  fill: #343434;
  fill: #4d4d4d;
}

.icon-responsive {
+1 −1
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
  vertical-align: middle;
  margin: 0;
  padding: 15px 1.25rem 0;
  line-height: 1;
  font-size: 1rem;
  line-height: 1.625rem;
}

summary.card__title {
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
  width: 90px;
  height: 90px;
  margin: 0 auto;
  fill: #343434;
  fill: #4d4d4d;
}

.teaser__title {
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 10.938a4.81 4.81 0 0 1 4.813-4.813h9.187c1.934 0 3.5 1.566 3.5 3.5s-1.566 3.5-3.5 3.5H8.312a2.188 2.188 0 0 1 0-4.375h6.563v1.75H8.234c-.481 0-.481.875 0 .875h7.516c.962 0 1.75-.787 1.75-1.75s-.788-1.75-1.75-1.75H6.562A3.066 3.066 0 0 0 3.5 10.938 3.066 3.066 0 0 0 6.563 14h8.312v1.75H6.562a4.81 4.81 0 0 1-4.812-4.813z" fill="#343434"/></svg>
 No newline at end of file
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 10.938a4.81 4.81 0 0 1 4.813-4.813h9.187c1.934 0 3.5 1.566 3.5 3.5s-1.566 3.5-3.5 3.5H8.312a2.188 2.188 0 0 1 0-4.375h6.563v1.75H8.234c-.481 0-.481.875 0 .875h7.516c.962 0 1.75-.787 1.75-1.75s-.788-1.75-1.75-1.75H6.562A3.066 3.066 0 0 0 3.5 10.938 3.066 3.066 0 0 0 6.563 14h8.312v1.75H6.562a4.81 4.81 0 0 1-4.812-4.813z" fill="#4D4D4D"/></svg>
 No newline at end of file
Loading