Przeglądaj źródła

fix(thumbnail): re-override atlaskit theme for top toolbar

A CSS override prevents atlaskit theme from setting a
dark background on the top toolbar. With the upgrade
of the theme package the CSS class names changed.
master
Leonard Kim 6 lat temu
rodzic
commit
50d3f46934
2 zmienionych plików z 8 dodań i 9 usunięć
  1. 8
    0
      css/_atlaskit_overrides.scss
  2. 0
    9
      css/_videolayout_default.scss

+ 8
- 0
css/_atlaskit_overrides.scss Wyświetl plik

28
         border: 1px solid #455166;
28
         border: 1px solid #455166;
29
     }
29
     }
30
 }
30
 }
31
+
32
+/**
33
+ * Override @atlaskit/theme styling for the top toolbar so it displays over
34
+ * the video thumbnail while obscuring as little as possible.
35
+ */
36
+.videocontainer .tOoji {
37
+    background: none;
38
+}

+ 0
- 9
css/_videolayout_default.scss Wyświetl plik

80
             float: left;
80
             float: left;
81
             pointer-events: all;
81
             pointer-events: all;
82
         }
82
         }
83
-
84
-        /**
85
-         * Need to overwrite the background for the top toolbar dark theme div
86
-         * wrapper needed before we're able to move all top toolbar indicators
87
-         * creation to react.
88
-         */
89
-        .sc-ifAKCX {
90
-            background: none;
91
-        }
92
     }
83
     }
93
 
84
 
94
     &__toolbar {
85
     &__toolbar {

Ładowanie…
Anuluj
Zapisz