diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 35afed1cd..b53f644f8 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -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 { diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index b9ea9b393..743e2ebd4 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -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 { diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index cd858e3d5..7796d525f 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -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 { diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 9712ece04..2d5481d0d 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -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 {