Skip to content

Commit f650086

Browse files
authored
increase specificity
1 parent e7cf831 commit f650086

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/nuejs.org/@lib/tabs.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
gap: 1.5em;
77

88
/* tabs */
9-
details {
9+
/* increase specificity */
10+
&& details {
1011
border: none;
1112
}
1213

@@ -28,4 +29,4 @@
2829
text-decoration: 3px underline var(--main-500);
2930
text-underline-offset: 10px;
3031
}
31-
}
32+
}

0 commit comments

Comments
 (0)