Skip to content

Commit cc6fa55

Browse files
committed
Fix stylelint rule specific linting error
1 parent e3788d9 commit cc6fa55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Navigation/navToggle.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
transition: background-color 0.15s linear;
33
}
44

5-
.button:focus .icon {
6-
color: var(--color-text-offset);
7-
}
8-
95
.icon {
106
transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
117
}
128

9+
.button:focus .icon {
10+
color: var(--color-text-offset);
11+
}
12+
1313
.bar,
1414
.circle {
1515
fill: none;

0 commit comments

Comments
 (0)