Skip to content

Commit

Permalink
Empêche la sélection de texte dans les boutons
Browse files Browse the repository at this point in the history
  • Loading branch information
CadiChris committed Mar 24, 2023
1 parent d1477a2 commit 7cb6399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/assets/styles/bouton.css
Expand Up @@ -18,6 +18,7 @@ button {
color: #fff;

text-decoration: none;
user-select: none;
}

.bouton:not(:disabled):hover {
Expand Down

0 comments on commit 7cb6399

Please sign in to comment.