mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-30 17:00:08 +02:00

[web] Match dropdown styles in W&C RM settings GitOrigin-RevId: 3765358c2f8ae7257054fb4f6b882930784dc39a
24 lines
466 B
SCSS
24 lines
466 B
SCSS
.btn.reference-manager-search-group-dropdown-toggle {
|
|
font-weight: normal;
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-radius: var(--border-radius-base);
|
|
cursor: default !important;
|
|
background-color: inherit;
|
|
|
|
&::after {
|
|
display: none;
|
|
}
|
|
|
|
&:hover,
|
|
&:active {
|
|
background-color: inherit !important;
|
|
}
|
|
}
|
|
|
|
.reference-manager-search-group-dropdown-icon {
|
|
.material-symbols {
|
|
vertical-align: middle;
|
|
}
|
|
}
|