BUG: gjs-selected Style is Hardcoded
See original GitHub issueThis definition:
is always appended to the frame. It contains the color definition for selected elements (that blue outline). This color cannot be changed, because there’s an !important
here. Since this is appended to the body, adding a stylesheet in the header does not override it, even when I use !important
there as well.
For my use case, the critical issue is that I want to be able to print the document created in grapesjs, but printouts should not contain the selection outline. I can write @media print { .gjs-selected { outline: none !important; } }
, but that won’t do anything since it’s overridden by this hardcoded css definition.
Also, being able to change the color to fit the page’s corporate identity would be good.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Hard coding - Wikipedia
Hard coding is the software development practice of embedding data directly into the source ... Hard-coded data typically can only be modified by...
Read more >hard-code, hard-coded, hard-coding - Microsoft Style Guide
Describes how to use the terms "hard-code", "hard-coded", and "hard-coding" in Microsoft content.
Read more >Hard Code, Hard-Coded, Hard Coding - Salesforce Developers
Hard coding refers to the software development practice of embedding output or configuration data directly into the source code of a program. For...
Read more >Atlassian Confluence Hardcoded Credentials Bug Actively ...
An Atlassian critical Confluence hardcoded credentials vulnerability that was fixed last week is now under active exploitation.
Read more >Java static code analysis: URIs should not be hardcoded
Java static code analysis. Unique rules to find Bugs, Vulnerabilities, Security Hotspots, and Code Smells in your JAVA code. All rules 649 ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @anlumo you’re right, unfortunately, component status styles are rendered inside iframes. I’ve tried to put them outside by introducing this option but that doesn’t handle multiple selections yet. So, at the moment, the only way to handle them properly is to use this option:
Hi @mingxin-yang i belive that you have to follow the same rule that @artf said. But using the corresponding classes