File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed
Features/AboutMe/Components Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 2
2
@using LinkDotNet .Blog .Web .Features .AboutMe .Components .Talk
3
3
4
4
<div class =" col-lg-9 col-md-8 tab-container" >
5
- <ul class =" nav nav-pills nav-underline border-bottom justify-content-around" id =" aboutMe" role =" tablist" >
6
- <li class =" nav-item" role =" presentation" >
7
- <button class =" nav-link active btn-primary btn-light" id =" pills-skills-tab" data-bs-toggle =" pill" data-bs-target =" #pills-home" type =" button" role =" tab" aria-controls =" pills-home" aria-selected =" true" >Skills</button >
8
- </li >
9
- <li class =" nav-item" role =" presentation" >
10
- <button class =" nav-link btn-primary btn-light" id =" pills-talks-tab" data-bs-toggle =" pill" data-bs-target =" #pills-profile" type =" button" role =" tab" aria-controls =" pills-profile" aria-selected =" false" >Talks</button >
11
- </li >
12
- </ul >
5
+ <ul class =" nav nav-pills nav-underline border-bottom justify-content-around" id =" aboutMe" role =" tablist" >
6
+ <li class =" nav-item" role =" presentation" >
7
+ <button class =" nav-link active bg-transparent border-0 text-body" id =" pills-skills-tab"
8
+ data-bs-toggle =" pill" data-bs-target =" #pills-home" type =" button"
9
+ role =" tab" aria-controls =" pills-home" aria-selected =" true" >
10
+ Skills
11
+ </button >
12
+ </li >
13
+ <li class =" nav-item" role =" presentation" >
14
+ <button class =" nav-link bg-transparent border-0 text-body" id =" pills-talks-tab"
15
+ data-bs-toggle =" pill" data-bs-target =" #pills-profile" type =" button"
16
+ role =" tab" aria-controls =" pills-profile" aria-selected =" false" >
17
+ Talks
18
+ </button >
19
+ </li >
20
+ </ul >
13
21
<div class =" tab-content" id =" myTabContent" >
14
22
<div class =" tab-pane fade show active" id =" pills-home" role =" tabpanel" aria-labelledby =" pills-skills-tab" tabindex =" 0" >
15
23
<SkillTable ShowAdminActions =" @IsAuthenticated" ></SkillTable >
Original file line number Diff line number Diff line change @@ -248,12 +248,13 @@ code {
248
248
z-index : initial;
249
249
max-width : 130px ;
250
250
}
251
-
251
+ /*
252
252
.nav>.nav-item>button {
253
253
border: 0;
254
254
background: transparent !important;
255
255
color: var(--bs-body-color) !important;
256
256
}
257
+ */
257
258
/*#endregion */
258
259
259
260
/*#region About Me */
You can’t perform that action at this time.
0 commit comments