Sonarr/frontend/src/Components/Menu/MenuButton.css
Qstick 2291f3e00e New: Native Theme Engine
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
2022-08-07 15:24:38 -07:00

21 lines
293 B
CSS

.menuButton {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
&::after {
margin-left: 5px;
content: '\25BE';
}
&:hover {
color: var(--toobarButtonHoverColor);
}
}
.isDisabled {
color: var(--disabledColor);
pointer-events: none;
}