1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 04:47:21 +03:00

Remove SVG override

This is only needed for Primer Docs, and might get added with `<g-octicon>` support. https://github.com/primer/css/issues/815
This commit is contained in:
simurai 2019-06-19 09:37:19 +09:00 committed by GitHub
parent 3dd367d0ae
commit c938a5fab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,12 +423,3 @@
-webkit-tap-highlight-color: rgba($gray-300, 0.5);
}
}
// Hacks
//
// Things that shouldn't be in here
// Currently part of .com, move to base/base.scss ?
.SelectMenu svg {
fill: currentColor;
}