Fix Safari display issues #3192

- Fix Status area indicators width problem;
- Also fixes collapsing-status-area-indicator-bubbles transition problem
 as well!;
This commit is contained in:
charlesh88 2020-07-14 18:53:30 -07:00
parent 894da25461
commit 8b088b7a2c

View File

@ -76,8 +76,12 @@
[class*='minify-indicators'] {
// All styles for minified Indicators should go in here
.c-indicator:not(.no-minify) {
overflow: hidden; // Solves width problem in Safari as well as collapsing bubbles problem
@include hover() {
background: $colorIndicatorBgHov;
overflow: visible;
.c-indicator__label {
box-shadow: $colorIndicatorMenuBgShdw;
transform: scale(1.0);