Skip to content

Commit

Permalink
Update twinkle.css for Vector Zebra CSS refactor (#1906)
Browse files Browse the repository at this point in the history
Removes hotfix for T337893. 
These extra styles for Vector are currently not necessary
and cause excess padding.

Bug: T353214
  • Loading branch information
jandre3000 authored Dec 13, 2023
1 parent 3831de5 commit 27dd1a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions twinkle.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,3 @@
#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 27dd1a3

Please sign in to comment.