Skip to content

Commit cb8e047

Browse files
authored
Merge pull request #305 from abhishek-webkul/gli-615
Resolve tab design issue on room type detail page
2 parents e0f6c3a + 5a128d5 commit cb8e047

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: themes/hotel-reservation-theme/css/product.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -1159,8 +1159,14 @@ Quick View Styles
11591159
font-family: inherit;
11601160
color: #404040;
11611161
font-size: 18px;
1162-
font-weight: 700;
1163-
border-bottom: 4px solid #379aef;}
1162+
font-weight: 700;}
1163+
.product_description_tabs li.active:after {
1164+
content: '';
1165+
position: absolute;
1166+
top: 36px;
1167+
width: 100%;
1168+
height: 4px;
1169+
background: #379aef;}
11641170
.product_description_tabs_contents
11651171
{
11661172
margin-top: 0px!important;

0 commit comments

Comments
 (0)