Increase menu tab borders to 2px

Bug: T319089
Change-Id: I03bae97b9b80f33cc13732b1ea96cd0f357e015c
This commit is contained in:
jaydenb 2023-05-25 18:39:30 +01:00 committed by Winston Sung
parent 54653554fc
commit 077fa408c7

View file

@ -29,7 +29,7 @@
.mw-list-item.vector-tab-noicon a:focus,
.mw-list-item.vector-tab-noicon a:hover {
text-decoration: none;
border-bottom: @border-width-base @border-style-base;
border-bottom: 2px @border-style-base;
}
.mw-list-item.new a,
@ -40,7 +40,7 @@
.mw-list-item.selected a,
.mw-list-item.selected a:visited {
color: @color-link-selected;
border-bottom: @border-width-base @border-style-base;
border-bottom: 2px @border-style-base;
}
}