This PR solves a styling conflict with the file-icons package, which uses ::before to display icons in file tabs. Currently, the tab-icons are missing because City Lights is replacing the pseudo-element with a bright blue bar.
This issue is easily remedied by using ::after instead.
This PR solves a styling conflict with the
file-icons
package, which uses::before
to display icons in file tabs. Currently, the tab-icons are missing because City Lights is replacing the pseudo-element with a bright blue bar.This issue is easily remedied by using
::after
instead.Resolves file-icons/atom#745.