File tree Expand file tree Collapse file tree 2 files changed +19
-16
lines changed
Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -68,20 +68,4 @@ $tc-gray-80: #47474f;
6868 }
6969 }
7070 }
71- // custom theme
72- & .blue-round {
73- .tooltip-container {
74- background-color : #0000CC ;
75- border : 3px solid #000 ;
76- -webkit-border-radius : 50% ;
77- -moz-border-radius : 50% ;
78- border-radius : 50% ;
79- .tooltip-pointer {
80- background-color : #0000CC ;
81- }
82- .tooltip-body {
83- color : #FFF ;
84- }
85- }
86- }
8771}
Original file line number Diff line number Diff line change 4545 width : 200px ;
4646 }
4747 }
48+
49+ .Tooltip {
50+ // custom theme
51+ & .blue-round {
52+ .tooltip-container {
53+ background-color : #0000CC ;
54+ border : 3px solid #000 ;
55+ -webkit-border-radius : 50% ;
56+ -moz-border-radius : 50% ;
57+ border-radius : 50% ;
58+ .tooltip-pointer {
59+ background-color : #0000CC ;
60+ }
61+ .tooltip-body {
62+ color : #FFF ;
63+ }
64+ }
65+ }
66+ }
4867}
You can’t perform that action at this time.
0 commit comments