mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[web] fix navbar button hover color (#18241)
GitOrigin-RevId: c4a415d7b5ea9757044df69bdbf49e75d00a0c46
This commit is contained in:
parent
986685f47e
commit
24cdfdf92f
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue