We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d68b79 + 36c8b89 commit e47a933Copy full SHA for e47a933
packages/tdb-react-components/src/css/less/component/tabs.less
@@ -14,11 +14,8 @@
14
display: flex;
15
flex-wrap: wrap;
16
background: #f4f4f4;
17
- /*border-bottom: 1px solid #ddd;
18
- border-top: 1px solid #ddd;*/
19
border-bottom: 1px solid #666666;
20
min-height:45px;
21
-
22
}
23
24
.RRT__tab {
@@ -36,12 +33,11 @@
36
33
.RRT__tab--selected {
37
34
38
35
border-color: #f4f4f4 #f4f4f4 #ff8000;
39
- /*color: #ff8000;*/
40
color: #fed893;
41
font-weight: 600;
42
43
44
-.RRT__panel {
+.RRT__panel.tdb__panel {
45
margin-top: -1px;
46
padding: 1em;
47
border: 0px;
0 commit comments