Remove redundant inline CSS
authorAlexander Ebert <ebert@woltlab.com>
Fri, 9 Jun 2023 14:32:53 +0000 (16:32 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 9 Jun 2023 14:32:53 +0000 (16:32 +0200)
wcfsetup/install/files/acp/templates/styleAdd.tpl

index e317a0b86acf2d290255240f39afd7fae5dc702d..27ec4429cefcc810f9f457ccc72751bf20c72b95 100644 (file)
                                                                                                        <input type="hidden" id="{$spColor}_value" name="{$spColor}" value="{$variables[$spColor]}">
                                                                                                </div>
                                                                                                <div>
-                                                                                                       <span class="spVariable" style="user-select:all">{*
-                                                                                                               *}<span class="spVariableInvisible" style="font-size:0">var(--</span>{*
+                                                                                                       <span class="spVariable">{*
+                                                                                                               *}<span class="spVariableInvisible">var(--</span>{*
                                                                                                                *}{$spColor}{*
-                                                                                                               *}<span class="spVariableInvisible" style="font-size:0">)</span>{*
+                                                                                                               *}<span class="spVariableInvisible">)</span>{*
                                                                                                        *}</span>
                                                                                                        <span class="spDescription">{$spType}</span>
                                                                                                </div>