Skip to content

Commit f89a02e

Browse files
dancormierqheaden-stack
authored andcommitted
Remove duplicate content property
Not sure how that happened originally 🤷‍♂️
1 parent 8742dcc commit f89a02e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/components/button-group/button-group.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
& .s-btn--text {
5959
&:before {
6060
content: attr(data-text);
61-
content: attr(data-text) / "";
6261
font-weight: bold;
6362
height: 0;
6463
pointer-events: none;

lib/components/navigation/navigation.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
& &--item-text {
120120
&:before {
121121
content: attr(data-text);
122-
content: attr(data-text) / "";
123122
font-weight: bold;
124123
height: 0;
125124
pointer-events: none;

0 commit comments

Comments
 (0)