Skip to content

Commit 2d4987f

Browse files
committed
Merge branch 'menu-clickarea-fix'
2 parents 1db0dd4 + 7805e1c commit 2d4987f

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

static/shared/css/documentation.css

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ a img {
579579
.sidebar-module h3 a:hover {
580580
text-decoration: none;
581581
color: #327fc7;
582+
background-color: #fdfdfd;
582583
}
583584

584585
div.sidebar-module ul ul,
@@ -1255,25 +1256,36 @@ span.bash-output {
12551256
/****************************/
12561257

12571258
.sidebar-module h3 a {
1258-
display: table-cell;
1259+
display: block;
1260+
}
1261+
1262+
.sidebar-module a + a {
1263+
padding-left: 27px;
12591264
}
12601265

1266+
.sidebar-module h3 {
1267+
position: relative;
1268+
}
1269+
12611270
.sidebar-module .arrow-btn {
1262-
background-image: url(/shared/images/expand-arrows.png);
1263-
background-repeat: no-repeat;
1264-
background-position: -3px -3px;
1265-
width: 13px;
1266-
padding: 8px 4px;
1267-
display: table-cell;
1268-
text-decoration: none;
1271+
background-image: url(/shared/images/expand-arrows.png);
1272+
background-repeat: no-repeat;
1273+
background-position: -3px -3px;
1274+
width: 13px;
1275+
height: 100%;
1276+
padding: 0 4px;
1277+
text-decoration: none;
1278+
position: absolute;
1279+
left: 0;
1280+
top: 0;
1281+
background-color: transparent;
12691282
}
12701283

12711284
.arrow-btn.expanded {
12721285
background-position: -41px -3px;
12731286
}
12741287

12751288
.arrow-btn.collapsed:hover {
1276-
background-image: url(/shared/images/expand-arrows.png);
12771289
background-position: -3px -43px;
12781290
}
12791291

0 commit comments

Comments
 (0)