Skip to content

Commit

Permalink
Apply review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Oct 5, 2023
1 parent f4b21ea commit 204781c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions client/web/compose/src/components/PageBlocks/TabsBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,8 @@ export default {

<style lang="scss">
.tabs-base-block-container .nav-pills {
.edit-block-btn {
color: $primary;
border: none;
}
.nav-link {
&.active .edit-block-btn {
color: $white !important;
}
&.active .edit-block-btn {
color: $white !important;
}
}
</style>

0 comments on commit 204781c

Please sign in to comment.