Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
✨ Permet de copier le texte sans avoir les boutons
Browse files Browse the repository at this point in the history
  • Loading branch information
patou committed Nov 22, 2023
1 parent 6a4baac commit 8128fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/titlebar/titlebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.titlebar .titlebar-actions {
display: flex;
align-items: center;
user-select: none;
}

.titlebar .titlebar-actions > * {
Expand Down
1 change: 1 addition & 0 deletions src/features/proposal/page/ratings/ratings.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
grid-template-areas: 'btn-previous btn-ratings btn-next';
grid-gap: 1em;
align-items: center;
user-select: none;
}

.btn-previous {
Expand Down
1 change: 1 addition & 0 deletions src/features/proposal/selection/talkSelection.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.wrapper {
display: flex;
user-select: none;
}

.selector {
Expand Down

0 comments on commit 8128fbf

Please sign in to comment.