mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Styling changes to the footer message"
This commit is contained in:
commit
d80cd6a673
|
@ -85,7 +85,7 @@
|
|||
"echo-none": "You have no notifications.",
|
||||
"echo-more-info": "More info",
|
||||
"echo-feedback": "Feedback",
|
||||
"echo-popup-footer-feedback": "Provide feedback. [$2 $1]",
|
||||
"echo-popup-footer-feedback": "<strong>Provide feedback</strong>. [$2 $1]",
|
||||
"echo-popup-footer-feedback-survey": "Take this quick survey about notifications.",
|
||||
"echo-popup-footer-feedback-info": "This feedback link is designed to help the developers learn more about how people use Notifications so we continue to improve the tool. Clicking the survey link will send you to a third-party website.",
|
||||
"echo-quotation-marks": "\"$1\"",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
} );
|
||||
|
||||
infoIcon = new OO.ui.ButtonWidget( {
|
||||
icon: 'info',
|
||||
icon: 'help',
|
||||
framed: false,
|
||||
title: mw.msg( 'echo-popup-footer-feedback-info' ),
|
||||
classes: [ 'mw-echo-ui-footerNoticeWidget-info' ]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import '../../echo.variables';
|
||||
@import '../../echo.mixins';
|
||||
|
||||
.mw-echo-ui-footerNoticeWidget {
|
||||
padding: 0.5em;
|
||||
|
@ -21,4 +22,14 @@
|
|||
&-icon {
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
&-dismiss,
|
||||
&-info {
|
||||
.mw-echo-ui-mixin-hover-opacity();
|
||||
|
||||
.oo-ui-iconElement-icon {
|
||||
width: 1.3em !important;
|
||||
height: 1.3em !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue