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.
package/dist/Breadcrumbs.css
CHANGED
|
@@ -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 #
|
|
59
|
+
border-left: 30px solid #fafafa;
|
|
60
60
|
position: absolute;
|
|
61
61
|
top: 50%;
|
|
62
62
|
margin-top: -50px;
|
package/package.json
CHANGED
|
@@ -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 #
|
|
59
|
+
border-left: 30px solid #fafafa;
|
|
60
60
|
position: absolute;
|
|
61
61
|
top: 50%;
|
|
62
62
|
margin-top: -50px;
|