Skip to content

Commit

Permalink
Chore: get rid of unused CSS class selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bulychev committed Sep 28, 2023
1 parent dceec16 commit 461b9e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
::ng-deep .first-group,
::ng-deep .second-group {
::ng-deep .first-group {
padding: 20px;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.first-group,
.second-group {
.first-group {
padding: 20px;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.first-group,
.second-group {
.first-group {
padding: 20px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ export default {
};
</script>
<style>
.first-group,
.second-group {
.first-group {
padding: 20px;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.first-group,
.second-group {
.first-group {
padding: 20px;
}

Expand Down

0 comments on commit 461b9e0

Please sign in to comment.