mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
Remove redundant styling in Minerva
Removed redundant CSS rules in Minerva. They were duplicated from core. Bug: T325574 Depends-On: I66682ea78c796bd587e3fa002b4176cbdd1ccd0d Change-Id: I89d66406cea65ff94819ac70c0ee54a7aa6bf6ba
This commit is contained in:
parent
831e3d93b7
commit
dfabe839fa
|
@ -1,72 +1,5 @@
|
|||
@import 'mediawiki.ui/variables';
|
||||
|
||||
/* stylelint-disable-next-line selector-max-id */
|
||||
#mw-prefs-container .oo-ui-iconWidget {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
.mw-mobile-preferences-option {
|
||||
cursor: pointer;
|
||||
padding-top: 0.75em;
|
||||
border-bottom: 0.0625em solid @colorGray12;
|
||||
}
|
||||
|
||||
.mw-mobile-preferences-option:hover {
|
||||
background-color: @colorGray15;
|
||||
}
|
||||
|
||||
.mw-mobile-preferences-option:last-child {
|
||||
border-bottom: none; // stylelint-disable-line declaration-property-value-disallowed-list
|
||||
}
|
||||
|
||||
.oo-ui-iconWidget.mw-prefs-icon {
|
||||
color: @colorGray2;
|
||||
margin: 0.5em 0.5em 0 0.5em;
|
||||
}
|
||||
|
||||
.mw-prefs-title {
|
||||
font-weight: normal;
|
||||
font-size: 1em;
|
||||
line-height: 1.25em;
|
||||
color: @colorGray2;
|
||||
}
|
||||
|
||||
.mw-prefs-description {
|
||||
font-weight: normal;
|
||||
font-size: 0.875em;
|
||||
line-height: 1.25em;
|
||||
padding: 0 0 0 2.5em;
|
||||
color: @colorGray7;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.mw-prefs-header-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mw-prefs-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mw-prefs-content-header {
|
||||
width: 100%;
|
||||
height: 3.125em;
|
||||
display: block;
|
||||
border-bottom: 1px solid @colorGray12;
|
||||
box-shadow: 0 0.25em 0.125em -0.1875em rgba( 0, 0, 0, 0.25 );
|
||||
}
|
||||
|
||||
.mw-prefs-header-icon {
|
||||
padding: 0em; // stylelint-disable-line length-zero-no-unit
|
||||
color: @colorGray2;
|
||||
cursor: pointer;
|
||||
margin: 0.25em 0.5em;
|
||||
}
|
||||
|
||||
.mw-prefs-header-title {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line selector-max-id */
|
||||
#mw-prefs-form p {
|
||||
margin: 0 0 0.75em 0;
|
||||
|
|
Loading…
Reference in a new issue