Skip to content

Commit

Permalink
button should be highlighted on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
followfung committed Oct 22, 2019
1 parent 490af67 commit dceb6da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/rl-collapsible-section.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
padding: 1rem 3rem 1rem 2rem;
}

.rl-collapsible-section-title button:hover {
.rl-collapsible-section-title button:hover,
.rl-collapsible-section-title button:focus {
background-color: #004c9b;
color: #FFF;
}
Expand Down
2 changes: 1 addition & 1 deletion rl-collapsible-section.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://github.com/ryersonlibrary
* Description: Adds the [rl_collapsible_section] shortcode to WordPress.
* GitHub Plugin URI: https://github.com/ryersonlibrary/rl-collapsible-section
* Version: 0.1.8
* Version: 0.1.9
*/

// Include our custom settings page for the plugin
Expand Down

0 comments on commit dceb6da

Please sign in to comment.