-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .ds icon style #794
Comments
Hey there, You can achieve this with your stylesheet: .icon[data-name$=".ds"]::before{
font: 14px Mfizz;
content: "\f129";
top: 1px;
body:not(.file-icons-colourless) &{
color: #00a1e0;
}
} There appear to be a number of filetypes which use the |
Thank you so much for the style snippet! Very nice now! 😝.
Aaaah, I guess! You'r right! I don't think it is correct to always insert the |
I'll take your word for it. 😉 I've added a rule that will target |
Hi man! 👋
It's possible to associate the icon for
.ds
files?.Here an official Salesforce B2C documentation.
Proposal icon
Icon for
.js
files but in light blue as for.jsx
files, given the Salesforce blue 😅.Thanks!
The text was updated successfully, but these errors were encountered: