[Layout builder] Remove unwanted message icon
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3415272. --> Reported by: [djsagar](https://www.drupal.org/user/3578351) Related to !363 !364 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Remove unwanted massage icon </p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Install the theme set as an administration theme.</li> <li>Configure layout builder module in article or you can create new content type</li> <li>Go to the layout in node like this =&gt; /node/1/layout</li> <li>Check the left corner of the Status message there is the location icon display which coming from builder</li> </ol> <p><strong>Note:</strong> I checked with other theme as well, the icon not display for them.<br> <img src="https://www.drupal.org/files/issues/2024-01-17/issue.png" alt="issue"></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Override css and hide icon for gin theme by using this<br> <code>background-image: none;</code></p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue