Disable blue border on Product Page

This commit is contained in:
Moe Poi ~ 2021-09-26 22:44:35 +07:00
parent fd37ef24ed
commit 883a774215

View file

@ -248,6 +248,11 @@
font-size: 17px;
}
}
: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>