Skip to content

Commit 07076a0

Browse files
authored
Remove border-radius from tab styles
Removed border-radius from tab items and active tab.
1 parent 6ba3dab commit 07076a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css/main.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,11 @@
248248
/* TABS */
249249
.tab.tab-block .tab-item {
250250
border-bottom: none;
251-
border-radius: 1em;
252251
}
253252

254253
.tab.tab-item.active {
255254

256255
border-bottom: none;
257-
border-radius: 23m;
258256
}
259257

260258
.tab.tab-block {

0 commit comments

Comments
 (0)