mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
hover gênant (affecte tous les boutons de l'App)
This commit is contained in:
parent
65d2121f79
commit
93c9f10197
1 changed files with 18 additions and 17 deletions
|
|
@ -34,9 +34,10 @@
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
button:hover {
|
/* This hover was affecting the entire App */
|
||||||
|
/* button:hover {
|
||||||
background-color: #5271ff;
|
background-color: #5271ff;
|
||||||
}
|
} */
|
||||||
.home-button-container {
|
.home-button-container {
|
||||||
background: none;
|
background: none;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue