Withdrew blue border of safari on the gdt list items.

This commit is contained in:
elweyn 2021-10-23 15:30:25 +02:00
parent ba3b1dc69a
commit 4ff13d3959

View File

@ -102,4 +102,8 @@ export default {
.nav-tabs .nav-item.show .nav-link {
background-color: #f8f9fe38;
}
.gdt-transaction-list-item {
outline: none !important;
}
</style>