Skip to content

Commit

Permalink
Prevent selection of username in event bar event
Browse files Browse the repository at this point in the history
This can occur when quickly opening and dismissing an event. Selection
is undesirable for some UI elements.
  • Loading branch information
11k committed Nov 16, 2024
1 parent ee15bf0 commit 8da4c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/chat/css/chat/event-bar/_event-bar-event.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
border-color: unset;
border-width: 2px;
margin: a.$gutter-sm;
user-select: none;

.event-contents {
display: flex;
Expand Down

0 comments on commit 8da4c7d

Please sign in to comment.