Skip to content

Commit

Permalink
fix(admin-ui): Fix styling of some dialogs with tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 3, 2023
1 parent 7a3e378 commit f601acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
:host {
display: contents;
}

::ng-deep clr-tabs .btn.btn-link {
box-shadow: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ button.icon-button {
.btn.btn-link.nav-link {
background-color: transparent;
}
clr-tabs .btn.btn-link {
box-shadow: none;
}


.alert {
border: 1px solid var(--color-primary-150);
Expand Down

0 comments on commit f601acc

Please sign in to comment.