@transferwise/neptune-css 14.8.0 → 14.8.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.8.0",
4
+ "version": "14.8.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)
21
21
  margin-bottom: @navbar-margin-bottom;
22
22
  border: 0 solid transparent;
23
- transition: border-top-width 0s linear, background-color 0.2s linear;
23
+ transition: border-top-width 0s linear;
24
24
 
25
25
  // Prevent floats from breaking the navbar
26
26