.outlinedButton {
    border: 1px solid rgba(0, 0, 0, 0.23);
}
.outlinedButton:hover {
    background: rgba(0, 0, 0, 0.04);
}
.outlinedButton[disabled="disabled"]:hover {
    background: none;
}