Unverified Commit a5fd9263 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3206290 by mherchel, Gauravmahlawat: Olivero: Windows high contrast...

Issue #3206290 by mherchel, Gauravmahlawat: Olivero: Windows high contrast mode does not show search icon
parent 754d2051
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -332,6 +332,7 @@
  width: 3.375rem;
  height: 6.75rem;
  cursor: pointer;
  color: #0d1214; /* Affects SVG search icon. */
  border: 0;
  background: transparent;
  -webkit-appearance: none
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@
  width: var(--sp3);
  height: var(--sp6);
  cursor: pointer;
  color: var(--color--gray-0); /* Affects SVG search icon. */
  border: 0;
  background: transparent;
  -webkit-appearance: none;
+1 −1
Original line number Diff line number Diff line
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23">
  <path fill="#0d1214" d="M21.7,21.3l-4.4-4.4C19,15.1,20,12.7,20,10c0-5.5-4.5-10-10-10S0,4.5,0,10s4.5,10,10,10c2.1,0,4.1-0.7,5.8-1.8l4.5,4.5c0.4,0.4,1,0.4,1.4,0S22.1,21.7,21.7,21.3z M10,18c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S14.4,18,10,18z"/>
  <path fill="currentColor" d="M21.7,21.3l-4.4-4.4C19,15.1,20,12.7,20,10c0-5.5-4.5-10-10-10S0,4.5,0,10s4.5,10,10,10c2.1,0,4.1-0.7,5.8-1.8l4.5,4.5c0.4,0.4,1,0.4,1.4,0S22.1,21.7,21.7,21.3z M10,18c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S14.4,18,10,18z"/>
</svg>