Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Remove style of focused disabled subheader items
Browse files Browse the repository at this point in the history
  • Loading branch information
ottosichert committed Oct 29, 2017
1 parent 0f935f7 commit d980b56
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/assets/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,7 @@
color: #fff;
}

.subheader-item:focus {
background-color: $brand-color-primary;
color: #fff;
}

.subheader-item:focus {
.subheader-item:not(.subheader-item-disabled):focus {
background-color: $brand-color-primary;
color: #fff;
}
Expand Down

0 comments on commit d980b56

Please sign in to comment.