Skip to content

Commit 77109db

Browse files
committed
linting updates
1 parent b837ef9 commit 77109db

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

themes/digital.gov/src/scss/new/_topics-button.scss

+17-18
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,24 @@
5959
}
6060
}
6161

62-
.topics-button--primary .topics-button__link {
63-
padding: units(1);
64-
padding-left: units(.5);
65-
66-
&:visited {
67-
color: color("primary-vivid");
68-
}
69-
70-
&:hover {
71-
background: color("primary-vivid");
72-
border: 1px color("primary-vivid") solid;
73-
color: color("gray-1");
74-
75-
.topics-button__arrow {
76-
margin-right: 0;
77-
}
78-
}
79-
}
62+
.topics-button--primary .topics-button__link {
63+
padding: units(1);
64+
padding-left: units(0.5);
8065

66+
&:visited {
67+
color: color("primary-vivid");
68+
}
69+
70+
&:hover {
71+
background: color("primary-vivid");
72+
border: 1px color("primary-vivid") solid;
73+
color: color("gray-1");
74+
75+
.topics-button__arrow {
76+
margin-right: 0;
77+
}
78+
}
79+
}
8180

8281
.topics-button--count {
8382
display: flex;

0 commit comments

Comments
 (0)