提交 d7f6df0d 编写于 作者: R Romén Rodríguez-Gil

[JENKINS-61478] Making alert icons bigger

上级 bfb257fa
......@@ -2947,7 +2947,7 @@ var notificationBar = {
this.div.style.height = this.div.style.lineHeight = options.height || "3.5rem";
this.div.style.display = "block";
this.div.innerHTML = "<div style=color:"+(options.iconColor || this.defaultIconColor)+";display:inline-block><svg viewBox='0 0 24 24' aria-hidden='' focusable='false' class='svg-icon' style='padding-bottom: 5px;'><use href='"+rootURL+"/images/material-icons/"+(options.icon || this.defaultIcon)+"'></use></svg></div><span> "+text+"</span>";
this.div.innerHTML = "<div style=color:"+(options.iconColor || this.defaultIconColor)+";display:inline-block;><svg viewBox='0 0 24 24' aria-hidden='' focusable='false' class='svg-icon' style='padding-bottom: 5px;width:35px;height:35px'><use href='"+rootURL+"/images/material-icons/"+(options.icon || this.defaultIcon)+"'></use></svg></div><span> "+text+"</span>";
new YAHOO.util.ColorAnim(this.div, {
opacity: { to:this.OPACITY },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册