Jump to content

Some questions about the selector of type separator


Recommended Posts

SmileFlower
Posted (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.

69137819_@JDOKKNK9743XOZQ0TWM.png.cd17c5d445d9a3ea658b1e1c19a4c52b.png

 

This is the effect of using CSS. I want to delete this type separator comma

20220426142713.png.70df37baab2f71a07b52ec9a1a83abca.png

 

This is the ideal effect (But I don't want to modify the JS file)

20220426143115.thumb.png.d4e0a2f5bd1f138b37eee7d11db3d930.png

Edited by SmileFlower
visproduction
Posted

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
Posted (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 by SmileFlower
Happy2Play
Posted

Don't believe it is possible via CSS as the comma exist outside of any element you can style.

SmileFlower
Posted
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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...