Skip to content

Commit fd7e072

Browse files
committed
fix: remove unnesasarry changes
1 parent 7a05dce commit fd7e072

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

packages/ui/src/2_molecules/VerticalTabs/components/VerticalTabItem.module.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
.button {
2-
3-
border-width: 0;
4-
border-style: solid;
5-
border-color: theme('borderColor.DEFAULT', currentColor);
6-
72
@apply w-full block text-left text-gray-10 text-opacity-50 font-medium bg-transparent;
3+
84
&.active, &:hover {
95
@apply text-opacity-100;
106
}
117

12-
&:focus {
13-
@apply outline-none;
14-
}
15-
168
& p {
179
@apply text-base;
1810
}

0 commit comments

Comments
 (0)