@internetstiftelsen/styleguide 4.1.6 → 4.1.7-beta.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": "@internetstiftelsen/styleguide",
3
- "version": "4.1.6",
3
+ "version": "4.1.7-beta.0.1",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
package/src/app.scss CHANGED
@@ -98,8 +98,5 @@ $namespace: '';
98
98
  // Structures
99
99
  @import 'structures/manifest';
100
100
 
101
- // Print
102
- @import 'print';
103
-
104
101
  // Dark mode
105
102
  @import 'theme/dark-mode';
package/src/globals.scss CHANGED
@@ -26,3 +26,6 @@
26
26
 
27
27
  // Utilities
28
28
  @import 'utilities/manifest';
29
+
30
+ // Print
31
+ @import 'print';
@@ -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
- text-decoration: underline;
114
+ color: $color-ruby;
116
115
  }
117
116
 
118
117
  @include bp-up(md) {
@@ -184,6 +184,10 @@ html {
184
184
  padding-top: rhythm(6);
185
185
  padding-bottom: rhythm(4);
186
186
 
187
+ & + [class*='timeline__item'] {
188
+ transform: translateY(0);
189
+ }
190
+
187
191
  @include bp-up(md) {
188
192
  padding-top: rhythm(8);
189
193
  padding-bottom: rhythm(8);