Skip to content

Commit b2b0fdb

Browse files
authored
Update main.css
1 parent 200332b commit b2b0fdb

File tree

1 file changed

+17
-1
lines changed
  • docs/site/templates/bunit/styles

1 file changed

+17
-1
lines changed

docs/site/templates/bunit/styles/main.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
margin-bottom: 1rem;
4949
}
5050

51+
.tabGroup a[role="tab"] {
52+
border-bottom: none !important;
53+
}
54+
5155
.tabGroup section[role="tabpanel"] {
5256
border: none;
5357
padding: 0px;
@@ -62,13 +66,25 @@
6266
margin-bottom: 0;
6367
}
6468

69+
.tabGroup a[role="tab"]:hover,
70+
.tabGroup a[role="tab"]:focus,
71+
.tabGroup a[role="tab"][aria-selected="true"] {
72+
background: #ccc;
73+
border-radius: 4px 4px 0 0;
74+
color: #222 !important;
75+
}
76+
6577
.tabGroup .alert {
6678
margin-bottom: 0;
6779
}
6880

6981
pre {
7082
border-radius: 4px;
71-
border: none;
83+
border: 1px solid #ccc;
84+
}
85+
86+
.tabGroup pre {
87+
border-radius: 0px 4px 4px 4px;
7288
}
7389

7490
pre code {

0 commit comments

Comments
 (0)