mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
[fix] [notifications] fix icon width
When notifications are present, the wrong icon width was used. Set the icon width and remove a useless class, main-header-button. https://codesearch.wmflabs.org/search/?q=main-header-button&i=nope&files=&repos= Change-Id: Ie274ffcc93cf576f36eb0fccee80ecd3d4ac3a21
This commit is contained in:
parent
7cca6b42f8
commit
0867ff03aa
|
@ -1,6 +1,6 @@
|
|||
{{^hasNotifications}}
|
||||
<a href="{{url}}" title="{{title}}"
|
||||
class="{{notificationIconClass}} user-button main-header-button" id="user-notifications">
|
||||
class="{{notificationIconClass}} user-button" id="user-notifications">
|
||||
{{title}}
|
||||
</a>
|
||||
{{/hasNotifications}}
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.minerva-user-notifications {
|
||||
width: @menuButtonIconSize;
|
||||
}
|
||||
|
||||
.notification-count {
|
||||
@circleSize: 24px;
|
||||
@borderSize: 2px;
|
||||
|
|
Loading…
Reference in a new issue