Skip to content

Commit

Permalink
merged with revamped-keyboard-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
pramjeet committed Mar 26, 2017
2 parents 41f4507 + 93827da commit 6a682ad
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 159 deletions.
5 changes: 3 additions & 2 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ html, body {
overflow: hidden;
padding: 6px 7px;
background: #fafafa;
margin: 1px;
}

.tab.visible {
Expand All @@ -251,8 +252,8 @@ html, body {
}

.tab.active {
border-color: #2e7fb9;
/* background: #eee; */
/*border-color: #2e7fb9;*/
background: rgba(46, 127, 185, 0.04);
/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
color: #2e7fb9;
}
Expand Down
Loading

0 comments on commit 6a682ad

Please sign in to comment.