@internetstiftelsen/styleguide 4.1.6 → 4.1.7-beta.0.2
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
package/src/app.scss
CHANGED
package/src/globals.scss
CHANGED
|
@@ -97,13 +97,12 @@
|
|
|
97
97
|
max-width: rhythm(30);
|
|
98
98
|
overflow: hidden;
|
|
99
99
|
color: var(--cyberspace-color);
|
|
100
|
-
text-decoration: none;
|
|
101
100
|
text-overflow: ellipsis;
|
|
102
101
|
white-space: nowrap;
|
|
103
102
|
|
|
104
103
|
&[aria-current] {
|
|
105
|
-
color: $color-granit;
|
|
106
104
|
pointer-events: none;
|
|
105
|
+
text-decoration: none;
|
|
107
106
|
|
|
108
107
|
&::before {
|
|
109
108
|
font-weight: 400;
|
|
@@ -112,7 +111,7 @@
|
|
|
112
111
|
|
|
113
112
|
&:hover,
|
|
114
113
|
&:focus {
|
|
115
|
-
|
|
114
|
+
color: $color-ruby;
|
|
116
115
|
}
|
|
117
116
|
|
|
118
117
|
@include bp-up(md) {
|