Skip to content

Commit

Permalink
fix twinkle menu background on vector-2022 zebra (#1799)
Browse files Browse the repository at this point in the history
Hotfix for https://phabricator.wikimedia.org/T337893. Already deployed by @MusikAnimal

Co-authored-by: MusikAnimal
  • Loading branch information
NovemLinguae authored Jul 19, 2023
1 parent 3f8bd25 commit 8e81ba3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions twinkle.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@
#twinkle-config-content input[type=checkbox] {
margin-right: 2px;
}

/* Hotfix for T337893 */
.vector-feature-zebra-design-enabled #p-twinkle .vector-menu-content-list {
background: white;
border: 1px solid #a2a9b1;
}
.vector-feature-zebra-design-enabled #p-twinkle .mw-list-item {
padding: 8px;
}

0 comments on commit 8e81ba3

Please sign in to comment.