Files
mediawiki-extensions-Univer…/resources/css/ext.uls.displaysettings.less
Timo Tijhof af60848942 displaysettings,inputsettings: Rename two classes for consistency
I suspect these may have been accidentally mixed up or miscompleted
from a nearly data-attribute or interface message, since all other
classes start with `.uls-` in this repository.

* "uls-input-settings-imes" is not used referenced anywhere else.

* "uls-sub-panel" is referenced in one skinStyles override, updated with
  https://github.com/StarCitizenTools/mediawiki-skins-Citizen/pull/434.

Change-Id: Ia0b23d795f7807ef9227f66d0890a25524cd5a9f
2022-03-10 05:19:48 +00:00

57 lines
877 B
Plaintext

@import 'mediawiki.mixins';
.uls-display-settings-tab-switcher {
text-align: center;
}
.uls-button-group {
display: inline-block;
position: relative;
padding: 0 0 0 0;
left: -20px;
z-index: 1;
}
.uls-sub-panel {
border-top: 1px solid #eaecf0;
padding-top: 25px;
top: -20px;
position: relative;
min-height: 150px;
}
.uls-display-settings-font-selectors {
margin: 5px 0 15px 0;
}
.uls-font-item {
border-bottom: 1px solid #eaecf0;
background: #f8f9fa;
padding: 10px 0;
&:first-child {
border-top: 1px solid #eaecf0;
}
}
/* stylelint-disable selector-max-id */
.uls-font-label,
.uls-font-select,
#uls-display-settings-anon-log-in-cta {
font-size: 10pt;
}
/* stylelint-enable selector-max-id */
.uls-font-label {
color: #54595d;
font-size: 10pt;
}
.uls-font-label strong {
color: #202122;
}
.uls-display-settings-anon-label {
font-weight: bold;
}