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:
parent
c752b4e054
commit
46202fb8dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user