Merge pull request #18562 from desktop/stay-off-the-path

Make sure the arrow path in a dropdown button can't receive focus
This commit is contained in:
Markus Olsson 2024-05-07 17:20:05 +02:00 committed by GitHub
commit ad246cceab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,6 +122,7 @@ dialog#conflicts-dialog {
.octicon {
width: 10px;
height: 14px;
pointer-events: none;
}
}
}