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 204781c commit e66723d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/web/compose/src/components/PageBlocks/TabsBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<b-button
size="sm"
variant="outline-light"
class="edit-block-btn"
class="text-primary border-0 edit-block-btn"
@click="editTabbedBlock(tab)"
>
<font-awesome-icon
Expand Down Expand Up @@ -188,7 +188,7 @@ export default {

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

0 comments on commit e66723d

Please sign in to comment.