Skip to content

Commit

Permalink
Fixed #456 - Items in PanelMenu are highlighted wrongly with Material…
Browse files Browse the repository at this point in the history
… dark themes
  • Loading branch information
cagataycivici committed Sep 8, 2020
1 parent 63847ec commit d9a2ca4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5008,7 +5008,7 @@
opacity: 0.38;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-link:focus {
background: #f6f6f6;
background: rgba(255, 255, 255, 0.04);
}

.p-progressbar {
Expand Down
2 changes: 1 addition & 1 deletion public/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5008,7 +5008,7 @@
opacity: 0.38;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-link:focus {
background: #f6f6f6;
background: rgba(255, 255, 255, 0.04);
}

.p-progressbar {
Expand Down
2 changes: 1 addition & 1 deletion public/themes/mdc-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5008,7 +5008,7 @@
opacity: 0.38;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-link:focus {
background: #f6f6f6;
background: rgba(255, 255, 255, 0.04);
}

.p-progressbar {
Expand Down
2 changes: 1 addition & 1 deletion public/themes/mdc-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5008,7 +5008,7 @@
opacity: 0.38;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-link:focus {
background: #f6f6f6;
background: rgba(255, 255, 255, 0.04);
}

.p-progressbar {
Expand Down

0 comments on commit d9a2ca4

Please sign in to comment.