[web] fix navbar button hover color (#18241)

GitOrigin-RevId: c4a415d7b5ea9757044df69bdbf49e75d00a0c46
This commit is contained in:
Domagoj Kriskovic 2024-05-07 11:05:20 +02:00 committed by Copybot
parent 986685f47e
commit 24cdfdf92f
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ function BackToEditorButton({ onClick }: { onClick: () => void }) {
bsSize="sm"
bsStyle={null}
onClick={onClick}
className="back-to-editor-btn btn-secondary"
className="back-to-editor-btn"
>
<MaterialIcon type="arrow_back" className="toolbar-btn-secondary-icon" />
<p className="toolbar-label">{t('back_to_editor')}</p>

View file

@ -22,7 +22,7 @@
.toolbar-right,
.toolbar-left {
button:not(.back-to-editor-btn) {
button {
background: transparent;
box-shadow: none;
}
@ -32,6 +32,7 @@
margin-right: 27px;
display: flex;
align-items: center;
.btn-secondary;
.toolbar-label {
margin-bottom: 0;