@finqu/cool 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finqu/cool",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Finqu UI package",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/_navbar.scss CHANGED
@@ -186,6 +186,11 @@ html.dom-ready {
186
186
  text-align: center;
187
187
  height: 100%;
188
188
 
189
+ // IE 11 fix
190
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
191
+ justify-content: flex-start;
192
+ }
193
+
189
194
  .icon {
190
195
  width: auto;
191
196
  height: $navbar-item-icon-size;
@@ -138,17 +138,4 @@
138
138
  .ps__rail-y:focus > .ps__thumb-y {
139
139
  background-color:rgba(255, 255, 255, 0.80);
140
140
  width: 12px;
141
- }
142
-
143
- // Ms support
144
- @supports (-ms-overflow-style: none) {
145
- .ps {
146
- overflow: auto !important;
147
- }
148
- }
149
-
150
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
151
- .ps {
152
- overflow: auto !important;
153
- }
154
141
  }