Skip to content

theme: Fix :checked:active page-indicator

monday requested to merge (removed):theme-page-indicator-fix into master

Closes #1036 (closed)

Without setting transparent background for page-indicator:checked:active - color is somehow inherited from .page-indicator-icon (i guess); &:checked .page-indicator-icon modification needed to prevent changes in checked indicator when it goes to active state (like it was in shell 3.30). I also changed #fff to white, it is more common across scss file.

Edited by monday

Merge request reports