mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Increase menu tab borders to 2px
Bug: T319089 Change-Id: I03bae97b9b80f33cc13732b1ea96cd0f357e015c
This commit is contained in:
parent
54653554fc
commit
077fa408c7
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue