Skip to content

Commit

Permalink
fix(user_status): Remove redundant styling, use global class instead
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed May 15, 2023
1 parent e93b20c commit 8506d90
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions apps/user_status/src/components/OnlineStatusSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8506d90

Please sign in to comment.