Skip to content

Commit

Permalink
Add .focusable-panel class
Browse files Browse the repository at this point in the history
  • Loading branch information
benogle committed Sep 23, 2013
1 parent d35aa2b commit 4b4f9f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
}
}

.focusable-panel {
opacity: 0.8;
&:focus {
opacity: 1;
}
}

.panel-heading {
margin: 0;

Expand Down

0 comments on commit 4b4f9f7

Please sign in to comment.