Deprecate lab experiment 'feature_state_counters' (#11343)

* Deprecate lab experiment 'feature_state_counters'

* i18n

* Regenerate strings

---------

Co-authored-by: Johannes Marbach <johannesm@element.io>
This commit is contained in:
Germain 2023-11-30 08:19:16 +00:00 committed by GitHub
parent 890958ef58
commit 07b7ee6111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 178 deletions

View file

@ -20,41 +20,4 @@ limitations under the License.
margin: 0px auto;
overflow: auto;
.mx_AuxPanel_stateViews {
padding: 5px;
padding-left: 19px;
border-bottom: 1px solid $primary-hairline-color;
}
.mx_AuxPanel_stateViews_span {
&[data-severity="warning"] {
font-weight: bold;
color: orange;
}
&[data-severity="alert"] {
font-weight: bold;
color: red;
}
&[data-severity="normal"] {
font-weight: normal;
}
&[data-severity="notice"] {
font-weight: normal;
color: $settings-grey-fg-color;
}
a {
text-decoration: none;
color: inherit;
}
}
.mx_AuxPanel_stateViews_delim {
padding: 0 5px;
color: $settings-grey-fg-color;
}
}