1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00

Remove .autocomplete-results inset border that is occluded by items

This commit is contained in:
Neil Daniels 2020-08-27 19:27:33 -07:00 committed by GitHub
parent c752b4e054
commit 46202fb8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
background: $bg-white;
border-radius: $border-radius;
// stylelint-disable-next-line primer/box-shadow
box-shadow: inset 0 0 0 1px $border-color, $box-shadow-medium;
box-shadow: $box-shadow-medium;
}
// One of the items that appears within an autocomplete group