Remove Calypso transform focus hack from TextControlWithAffixes (it’s broken here).

This commit is contained in:
Jeff Stieler 2018-12-12 23:11:27 -07:00
parent 0f7d8a753a
commit 44f025f308
1 changed files with 0 additions and 7 deletions

View File

@ -53,13 +53,6 @@
flex-grow: 1;
margin: 0;
&:focus {
// Fixes the right border of the box shadow displayed when this input element is focused which appears as
// cut off when this input has a suffix, or is stuck to another element that has a higher stacking order
// (fix found at http://stackoverflow.com/a/24728957)
transform: scale( 1 );
}
&:disabled {
border-right-width: 0;