Disable blue border on Register Verification Sent Page

This commit is contained in:
Moe Poi ~ 2021-09-26 22:45:04 +07:00
parent 30e257bd03
commit cc9a401d62

View file

@ -104,6 +104,11 @@
width: 6vw;
height: 6vw;
}
:focus {
outline: 0 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>