Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(lint): fix style lint issues due to commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Nov 14, 2018
1 parent a22f479 commit b569e15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/dialog/dialog.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.btn {
&:hover {
background-color: @color-pf-light-blue-500;
// .gradient-vertical(@color-pf-blue-300, @color-pf-blue-400);
border-color: @color-pf-blue-500;
color: @color-pf-white;
}
Expand Down
1 change: 0 additions & 1 deletion src/assets/stylesheets/_utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
>.view-content {
position: relative;
// padding-top: @content-padding;
}
}
}
Expand Down

0 comments on commit b569e15

Please sign in to comment.