Merge pull request #2573 from jryans/field-selected-overlap

Tweak field padding to avoid overlapping with selected text
pull/21833/head
J. Ryan Stinnett 2019-02-06 08:49:11 +00:00 committed by GitHub
commit ce2066b741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ limitations under the License.
top 0.25s ease-out 0s,
background-color 0.25s ease-out 0s;
font-size: 10px;
top: -14px;
top: -13px;
padding: 0 2px;
background-color: $field-focused-label-bg-color;
}