Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #337 from LiskHQ/321-visual-bug-with-the-tabs
Browse files Browse the repository at this point in the history
Fix visual bug with the tabs in main component- Closes #321
  • Loading branch information
yasharAyari authored Jun 12, 2017
2 parents 745f76c + 8c7dbf8 commit f1a2da0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/main/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import './main.less';
/**
* The main component, used as parent for transaction, forging and delgate tabs.
*
Expand Down
9 changes: 9 additions & 0 deletions src/components/main/main.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
md-tabs.main-tabs .md-tab.md-active {
background: white;
box-shadow: none;
}
md-tabs.main-tabs md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
padding-left: 0;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.12);
margin-left: 2px;
}

0 comments on commit f1a2da0

Please sign in to comment.