Merge "Replace deprecated `@colorFieldBorder` variable and use others"

This commit is contained in:
jenkins-bot 2020-04-28 01:58:40 +00:00 committed by Gerrit Code Review
commit 54739cf1ba
2 changed files with 4 additions and 4 deletions

View File

@ -41,8 +41,8 @@
color: @color-base--emphasized;
width: 100%;
.box-sizing( border-box );
border: @border-width-base @border-style-base @colorGray10;
border-radius: @borderRadius;
border: @border-base;
border-radius: @border-radius-base;
// `padding-right` equals to `#searchbutton` width below.
padding: 0.4em @width-search-button 0.4em 0.4em;
.box-shadow( @boxShadowWidget );

View File

@ -12,7 +12,7 @@
}
.mw-notification {
border: 1px solid @colorFieldBorder;
border-radius: @borderRadius;
border: @border-base;
border-radius: @border-radius-base;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
}