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
This commit is contained in:
Timo Tijhof
2022-03-05 16:17:49 +00:00
committed by jenkins-bot
parent ced02578ec
commit af60848942
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
z-index: 1;
}
.ext-uls-sub-panel {
.uls-sub-panel {
border-top: 1px solid #eaecf0;
padding-top: 25px;
top: -20px;

View File

@@ -50,7 +50,7 @@
color: #000;
}
.ext-uls-input-settings-imes-title:empty {
.uls-input-settings-imes-title:empty {
display: none;
}