Skip to content

Commit

Permalink
Added "heading" hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
chesleybrown committed Aug 5, 2014
1 parent 6de8622 commit 96e638f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/_bootstrap-layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ html
&.heading
font-size 15px
background-color #f5f5f5

&:hover
background-color #F8F8F8

.list-group-item.collapse
display none
Expand Down
3 changes: 3 additions & 0 deletions templates/cyborg.jade
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ block styles
&.heading
font-size 15px
background-color #3c3c3c

&:hover
background-color #464646

.list-group-item.collapse
display none
Expand Down
3 changes: 3 additions & 0 deletions templates/flatly.jade
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ block styles
&.heading
font-size 15px
background-color #ecf0f1

&:hover
background-color #f5f5f5

.list-group-item.collapse
display none
Expand Down
3 changes: 3 additions & 0 deletions templates/slate.jade
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ block styles
&.heading
font-size 15px
background-color #3e444c

&:hover
background-color #4B5159

.list-group-item.collapse
display none
Expand Down

0 comments on commit 96e638f

Please sign in to comment.