diff --git a/themes/horizon/scss/buttons.scss b/themes/horizon/scss/buttons.scss index 4b2b39facbe..d862b0af475 100644 --- a/themes/horizon/scss/buttons.scss +++ b/themes/horizon/scss/buttons.scss @@ -6,17 +6,26 @@ transition: none; } -.sidebar-new-topic-button__wrapper .topic-drafts-menu-trigger.btn.no-text { - background: var(--accent-color); - - &:hover, - &:focus-visible { - background: oklch(from var(--accent-color) 40% c h) !important; - box-shadow: none; +.sidebar-new-topic-button__wrapper { + &:has(.fk-d-tooltip__trigger) { + #create-topic.btn { + border-radius: var(--d-button-border-radius) 0 0 + var(--d-button-border-radius); + } } - .d-icon { - color: var(--accent-text-color); + .topic-drafts-menu-trigger.btn.no-text { + background: var(--accent-color); + + &:hover, + &:focus-visible { + background: oklch(from var(--accent-color) 40% c h) !important; + box-shadow: none; + } + + .d-icon { + color: var(--accent-text-color); + } } }