SmileFlower 21 Posted April 26, 2022 Posted April 26, 2022 (edited) I encountered a problem when making CSS. How to override the replacement type separator display with CSS without modifying the JS file? There seems to be no choice. This is the effect of using CSS. I want to delete this type separator comma This is the ideal effect (But I don't want to modify the JS file) Edited April 26, 2022 by SmileFlower
visproduction 286 Posted April 26, 2022 Posted April 26, 2022 Since it is a character added via the .js file, it's easier to modify the .js file with just "" instead of ",". Make a note of your changes and you will have to do it again after any update.
SmileFlower 21 Posted April 26, 2022 Author Posted April 26, 2022 (edited) Of course, it will be easier to cover it with custom CSS, and the web client can also be universal. If you modify JS files, especially in Linux and docker, it will be troublesome to operate (for novices). Edited April 26, 2022 by SmileFlower
Happy2Play 9459 Posted April 26, 2022 Posted April 26, 2022 Don't believe it is possible via CSS as the comma exist outside of any element you can style.
SmileFlower 21 Posted April 27, 2022 Author Posted April 27, 2022 59 minutes ago, Happy2Play said: Don't believe it is possible via CSS as the comma exist outside of any element you can style. Can future versions make a separate element for this separator?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now