mc-react-header 0.4.3 → 0.4.4

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.
@@ -56,7 +56,7 @@ ul.mc-breadcrumb li a:not([href]):hover {
56
56
  height: 0;
57
57
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
58
58
  border-bottom: 50px solid transparent;
59
- border-left: 30px solid #f5f5f5;
59
+ border-left: 30px solid #fafafa;
60
60
  position: absolute;
61
61
  top: 50%;
62
62
  margin-top: -50px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mc-react-header",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "author": "Kristjan Eimre <kristjan.eimre@epfl.ch>",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -56,7 +56,7 @@ ul.mc-breadcrumb li a:not([href]):hover {
56
56
  height: 0;
57
57
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
58
58
  border-bottom: 50px solid transparent;
59
- border-left: 30px solid #f5f5f5;
59
+ border-left: 30px solid #fafafa;
60
60
  position: absolute;
61
61
  top: 50%;
62
62
  margin-top: -50px;