summaryrefslogtreecommitdiffstats
path: root/apps/user_status
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-05-11 16:23:56 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-05-15 14:31:32 +0200
commit8506d9018aad1f7c0e211232458eabc5757527f5 (patch)
tree9fc401af6709e74b1428a0ca88e1c54955c5fc6b /apps/user_status
parente93b20c656ccb38bab403db91d2377558e427069 (diff)
downloadnextcloud-server-8506d9018aad1f7c0e211232458eabc5757527f5.tar.gz
nextcloud-server-8506d9018aad1f7c0e211232458eabc5757527f5.zip
fix(user_status): Remove redundant styling, use global class instead
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/user_status')
-rw-r--r--apps/user_status/src/components/OnlineStatusSelect.vue12
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/user_status/src/components/OnlineStatusSelect.vue b/apps/user_status/src/components/OnlineStatusSelect.vue
index 77600346ac9..64f0b8e02df 100644
--- a/apps/user_status/src/components/OnlineStatusSelect.vue
+++ b/apps/user_status/src/components/OnlineStatusSelect.vue
@@ -23,7 +23,7 @@
<div class="user-status-online-select">
<input :id="id"
:checked="checked"
- class="user-status-online-select__input"
+ class="hidden-visually user-status-online-select__input"
type="radio"
name="user-status-online"
@change="onChange">
@@ -82,16 +82,6 @@ $icon-size: 24px;
$label-padding: 8px;
.user-status-online-select {
- // Inputs are here for keyboard navigation, they are not visually visible
- &__input {
- position: absolute;
- top: auto;
- left: -10000px;
- overflow: hidden;
- width: 1px;
- height: 1px;
- }
-
&__label {
position: relative;
display: block;