Skip to content

Commit

Permalink
fix(text-input): remove outline flicker during state transition (#5990)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <josh@josh.black>
  • Loading branch information
tw15egan and joshblack committed May 4, 2020
1 parent 1a4cdb1 commit 9c63957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
// Disabled
//-----------------------------
.#{$prefix}--text-input:disabled {
@include focus-outline('reset');
cursor: not-allowed;
outline: none;
background-color: $disabled-01;
border-bottom: 1px solid transparent;
color: $disabled-02;
Expand Down

0 comments on commit 9c63957

Please sign in to comment.