@fmidev/smartmet-alert-client 4.0.0 → 4.0.1

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": "@fmidev/smartmet-alert-client",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Web application for viewing weather and flood alerts",
5
5
  "author": "Finnish Meteorological Institute",
6
6
  "license": "MIT",
@@ -109,20 +109,12 @@ div.warning-image {
109
109
  background-position: center;
110
110
  }
111
111
 
112
- .light-theme div.warning-image {
113
- box-shadow: 0 0 0 1px transparent;
114
- }
115
-
116
- .dark-theme div.warning-image {
117
- box-shadow: 0 0 0 1px transparent;
118
- }
119
-
120
112
  .light-gray-theme div.warning-image {
121
- box-shadow: 0 0 0 1px $black;
113
+ border: 1px solid $black;
122
114
  }
123
115
 
124
116
  .dark-gray-theme div.warning-image {
125
- box-shadow: 0 0 0 1px $white;
117
+ border: 1px solid $white;
126
118
  }
127
119
 
128
120
  div.symbol-list-cell-text {
@@ -294,20 +294,12 @@ div.warning-image {
294
294
  background-position: center;
295
295
  }
296
296
 
297
- .light-theme div.warning-image {
298
- box-shadow: 0 0 0 1px transparent;
299
- }
300
-
301
- .dark-theme div.warning-image {
302
- box-shadow: 0 0 0 1px transparent;
303
- }
304
-
305
297
  .light-gray-theme div.warning-image {
306
- box-shadow: 0 0 0 1px $black;
298
+ border: 1px solid $black;
307
299
  }
308
300
 
309
301
  .dark-gray-theme div.warning-image {
310
- box-shadow: 0 0 0 1px $white;
302
+ border: 1px solid $white;
311
303
  }
312
304
 
313
305
  div.symbol-list-cell-text {