mirror of
https://github.com/nasa/openmct.git
synced 2025-05-29 13:44:21 +00:00
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:
parent
894da25461
commit
8b088b7a2c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user