.meui-button1 {
    height: 30px;
}

.meui-button2 {
    height: 30px;
}

.meui-button1:focus {
    outline: none;
}

.meui-button2:focus {
    outline: none;
}

.meui-button1:focus-visible {
    outline-color: #07f8 !important;
    outline: solid;
    transition: none;
}

.meui-button2:focus-visible {
    outline-color: #07f8 !important;
    outline: solid;
    transition: none;
}