Disable blue border on Login Page

This commit is contained in:
Moe Poi ~ 2021-09-26 22:44:20 +07:00
parent c7b206482e
commit 54d3551e2d

View file

@ -269,6 +269,11 @@
width: 100%;
}
}
: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>
</head>