Fixed #456 - Items in PanelMenu are highlighted wrongly with Material dark themes

pull/642/head
Cagatay Civici 2020-09-08 15:30:26 +03:00
parent 63847ec162
commit d9a2ca4d07
4 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {