Improve the visuals of the placeholder to add a comment
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Apr 2023 16:07:46 +0000 (18:07 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Apr 2023 16:07:46 +0000 (18:07 +0200)
Closes #5395

wcfsetup/install/files/style/ui/comment.scss

index 16403eec3a4c5088c74ec928add60f84e26193a6..ae154ac0801b6765185852724b104514ce441671 100644 (file)
        .commentAdd__placeholder {
                align-items: center;
                background-color: var(--wcfSidebarBackground);
+               border-radius: var(--wcfBorderRadius);
                column-gap: 10px;
                color: var(--wcfSidebarText);
                display: flex;
        }
 }
 
+html[data-color-scheme="dark"] .commentAdd__content--collapsed .commentAdd__placeholder {
+       border: 1px solid var(--wcfSidebarBorder);
+}
+
 .commentAdd__content--loading {
        height: 150px;
        position: relative;