Replace settings block rounded gradient with color
Replacing vertical background gradient with single color, as no faux 3D gradients are part of current style guide. Change-Id: If98a6cb22a9551a5d69d782759eadd5cec7e0efc
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
@import 'mediawiki.mixins';
|
||||
|
||||
#uls-settings-block {
|
||||
background-color: #f8f9fa;
|
||||
border-top: 1px solid #c8ccd1;
|
||||
.vertical-gradient( #fbfbfb, #f0f0f0 );
|
||||
padding-left: 10px;
|
||||
line-height: 1.2em;
|
||||
border-radius: 0 0 2px 2px;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
/* stylelint-disable selector-no-id */
|
||||
#uls-settings-block {
|
||||
.vertical-gradient( #fbfbfb, #f0f0f0 );
|
||||
background-color: #f8f9fa;
|
||||
border-top: 1px solid #c8ccd1;
|
||||
padding-left: 10px;
|
||||
line-height: 1.2em;
|
||||
|
||||
Reference in New Issue
Block a user