Fix : correctif pour que le surlignage au survol soit OK sur toutes les lignes
This commit is contained in:
parent
9b095e9b6f
commit
a9455cc755
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# gamutable
|
||||
|
||||
##fontello API
|
||||
## fontello API
|
||||
|
||||
1. Ouvrir le navigateur
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@ th .vue-select {
|
|||
color: rgb(220, 53, 69);
|
||||
}
|
||||
|
||||
.gamutable table tbody tr:hover {
|
||||
.gamutable table.table tbody tr:hover {
|
||||
background-color: rgba(179, 209, 67, 0.27);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue