Merge pull request #1038 from gradido/1017-fixe-dashboard-layout-safari

1017 fixe dashboard layout safari
This commit is contained in:
Hannes Heine 2021-10-24 06:43:48 +02:00 committed by GitHub
commit 7f1b4c22a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View File

@ -198,4 +198,8 @@ export default {
padding-left: 0px;
padding-right: 0px;
}
.gdd-transaction-list-item {
outline: none !important;
}
</style>

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>

View File

@ -62,4 +62,8 @@ export default {
background-color: aquamarine;
font-size: larger;
}
.nav-tabs > li > a {
outline: none !important;
}
</style>