thiemowmde added a comment.

I just saw this on GitHub. I was unaware of this when I made my design above. Nice to see others come to the same conclusion (empty, inset box with text).
F9096451: image.png

The HTML for this is:

<div id="commit_comments_bucket" class="compare-tab-comments">
    <div class="blankslate">
        <h3>No commit comments for this range</h3>
    </div>
</div>

The CSS is:

.blankslate {
    position: relative;
    padding: 32px;
    text-align: center;
    background-color: #fafbfc;
    border: 1px solid #e1e4e8;
    border-radius: 3px;
    box-shadow: inset 0 0 10px rgba(27,31,35,0.05);
}

TASK DETAIL
https://phabricator.wikimedia.org/T76243

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: thiemowmde
Cc: Jonas, Incabell, PokestarFan, Jan_Dittrich, James_Budday, Charlie_WMDE, Zppix, Alaa.Mustafa87, Poyekhali, Ricordisamoa, Aklapper, thiemowmde, adrianheine, Snaterlicious, Lydia_Pintscher, GoranSMilovanovic, QZanden, JGirault, Izno, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to