diff --git a/product-list.html b/product-list.html index 86f4602..5a786d7 100644 --- a/product-list.html +++ b/product-list.html @@ -53,6 +53,11 @@ border-color: #212226; color: white; } + + :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>