Skip to content

Commit

Permalink
fix(dropdown): hover/focus shading for active items
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Aug 22, 2017
1 parent 6265e70 commit b2b6ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/dropdown.vue
Expand Up @@ -91,8 +91,8 @@
</script>

<style>
.b-dropdown .dropdown-item:focus:not(.active),
.b-dropdown .dropdown-item:hover:not(.active) {
.b-dropdown .dropdown-item:focus,
.b-dropdown .dropdown-item:hover {
/* @See https://github.com/twbs/bootstrap/issues/23329 */
box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .09);
}
Expand Down

0 comments on commit b2b6ad9

Please sign in to comment.