Fix tab's header flickering on hover (happens in FF only)

This commit is contained in:
Hadi Nategh 2022-10-10 15:22:23 +02:00
parent 214f2bd03c
commit 55f1c2a53b
2 changed files with 2 additions and 2 deletions

View File

@ -4552,7 +4552,7 @@ span.overlayContainer img.overlay {
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover { #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover {
background-color: rgba(153, 204, 255, 0.4); background-color: rgba(153, 204, 255, 0.4);
padding-bottom: 0px; padding-bottom: 0px;
padding-top: 7px; border-top: 7px solid transparent;
transition: none; transition: none;
width: -webkit-fill-available; width: -webkit-fill-available;
width: -moz-available; width: -moz-available;

View File

@ -111,7 +111,7 @@
&:hover { &:hover {
background-color: @color_hover_row; background-color: @color_hover_row;
padding-bottom: 0px; padding-bottom: 0px;
padding-top: 7px; border-top: 7px solid transparent;
transition: none; transition: none;
width: -webkit-fill-available; width: -webkit-fill-available;
width: -moz-available; width: -moz-available;