@finqu/cool 1.1.5 → 1.1.7

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.7",
4
4
  "description": "Finqu UI package",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/_navbar.scss CHANGED
@@ -168,6 +168,11 @@ html.dom-ready {
168
168
  display: none;
169
169
  }
170
170
 
171
+ // IE 11 fix
172
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
173
+ justify-content: flex-start;
174
+ }
175
+
171
176
  .nav-item {
172
177
  display: flex;
173
178
  align-items: center;
@@ -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
  }