File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ .react-tabs {
2
+ -webkit-tap-highlight-color : transparent;
3
+ }
4
+
1
5
.react-tabs__tab-list {
2
6
border-bottom : 1px solid # aaa ;
3
7
margin : 0 0 10px ;
13
17
list-style : none;
14
18
padding : 6px 12px ;
15
19
cursor : pointer;
16
- -webkit-tap-highlight-color : transparent;
17
20
}
18
21
19
22
.react-tabs__tab--selected {
Original file line number Diff line number Diff line change 1
1
.react-tabs {
2
+ -webkit-tap-highlight-color : transparent ;
3
+
2
4
&__tab-list {
3
5
border-bottom : 1px solid #aaa ;
4
6
margin : 0 0 10px ;
14
16
list-style : none ;
15
17
padding : 6px 12px ;
16
18
cursor : pointer ;
17
- -webkit-tap-highlight-color : transparent ;
18
19
19
20
&--selected {
20
21
background : #fff ;
Original file line number Diff line number Diff line change 1
1
.react-tabs {
2
+ -webkit-tap-highlight-color : transparent ;
3
+
2
4
& __tab-list {
3
5
border-bottom : 1px solid #aaa ;
4
6
margin : 0 0 10px ;
14
16
list-style : none ;
15
17
padding : 6px 12px ;
16
18
cursor : pointer ;
17
- -webkit-tap-highlight-color : transparent ;
18
19
19
20
& --selected {
20
21
background : #fff ;
You can’t perform that action at this time.
0 commit comments