Verified Commit 004cf1ef authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3530862 by lostcarpark, mherchel, divya.sejekan, rkoller,...

Issue #3530862 by lostcarpark, mherchel, divya.sejekan, rkoller, pierregermain: The default icon for field types with no icon assigned has a too low color contrast
parent 47f443d0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<svg fill="none" height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m5 7.71798 8.7937-.00001c-.7328-5.48304 7.3282-7.049628 7.3282 0l7.3281.00001v7.83292c5.8625-.7833 8.7937 9.3995 0 9.3995v7.0496h-23.45v-11.7494-14.02745" stroke="#cacbd2" stroke-width="3"/></svg>
 No newline at end of file
<svg fill="none" height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m5 7.71798 8.7937-.00001c-.7328-5.48304 7.3282-7.049628 7.3282 0l7.3281.00001v7.83292c5.8625-.7833 8.7937 9.3995 0 9.3995v7.0496h-23.45v-11.7494-14.02745" stroke="#55565b" stroke-width="3"/></svg>
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
.field-option__icon {
  position: relative;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg fill='none' height='36' viewBox='0 0 36 36' width='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 7.71798 8.7937-.00001c-.7328-5.48304 7.3282-7.049628 7.3282 0l7.3281.00001v7.83292c5.8625-.7833 8.7937 9.3995 0 9.3995v7.0496h-23.45v-11.7494-14.02745' stroke='%23cacbd2' stroke-width='3'/%3e%3c/svg%3e");
  background-image: url("data:image/svg+xml,%3csvg fill='none' height='36' viewBox='0 0 36 36' width='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 7.71798 8.7937-.00001c-.7328-5.48304 7.3282-7.049628 7.3282 0l7.3281.00001v7.83292c5.8625-.7833 8.7937 9.3995 0 9.3995v7.0496h-23.45v-11.7494-14.02745' stroke='%2355565b' stroke-width='3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
.field-option__icon {
  position: relative;
  height: 100%;
  background-image: url(../../../misc/icons/cacbd2/puzzle_piece_placeholder.svg);
  background-image: url(../../../misc/icons/55565b/puzzle_piece_placeholder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;