Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

prevent small white space between focus line and line of TextField #71

Closed
wants to merge 10 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
border-color: currentColor;
border-style: solid;
border-width: thin 0 thin 0;
background-color: currentColor;
transform: scaleX(0);
}

Expand Down