Skip to content

Commit 36c8b89

Browse files
author
Robin de Rooij
committed
Fix border CSS issue
It got overridden by other CSS styles
1 parent 1d68b79 commit 36c8b89

File tree

1 file changed

+1
-5
lines changed
  • packages/tdb-react-components/src/css/less/component

1 file changed

+1
-5
lines changed

packages/tdb-react-components/src/css/less/component/tabs.less

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414
display: flex;
1515
flex-wrap: wrap;
1616
background: #f4f4f4;
17-
/*border-bottom: 1px solid #ddd;
18-
border-top: 1px solid #ddd;*/
1917
border-bottom: 1px solid #666666;
2018
min-height:45px;
21-
2219
}
2320

2421
.RRT__tab {
@@ -36,12 +33,11 @@
3633
.RRT__tab--selected {
3734
background: #f4f4f4;
3835
border-color: #f4f4f4 #f4f4f4 #ff8000;
39-
/*color: #ff8000;*/
4036
color: #fed893;
4137
font-weight: 600;
4238
}
4339

44-
.RRT__panel {
40+
.RRT__panel.tdb__panel {
4541
margin-top: -1px;
4642
padding: 1em;
4743
border: 0px;

0 commit comments

Comments
 (0)