MediaWiki:Common.css: Difference between revisions

m
I think I just solved the spacing issue
m (Description too, not just title)
m (I think I just solved the spacing issue)
Line 1,635: Line 1,635:
z-index: 2;
z-index: 2;
position: absolute;
position: absolute;
}
.hover-advancement-text {
width: max-content;
}
}


Line 1,646: Line 1,650:
padding-right: 8px;
padding-right: 8px;
height: 32px;
height: 32px;
width: max-content;
width: auto;
box-sizing: border-box;
box-sizing: border-box;
white-space: nowrap;
white-space: nowrap;
Line 1,677: Line 1,681:
color: #ABABAB;
color: #ABABAB;
background: #212121;
background: #212121;
width: max-content;
width: auto;
box-shadow:
box-shadow:
0 -2px #555555,
0 -2px #555555,
Line 1,693: Line 1,697:
}
}


.hover-advancement div {
.hover-advancement .hover-advancement-text {
display: none;
display: none;
}
}


.hover-advancement span:hover ~ div {
.hover-advancement span:hover ~ .hover-advancement-text {
display: inline-block;
display: inline-block;
}
}
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,633

edits