Fix tooltip de niveau

La présence des deux tooltips se génaient (car sur le même span):
- augmenter de niveau
- expérience requise
This commit is contained in:
Vincent Vandemeulebrouck
2022-10-31 19:29:44 +01:00
parent fd934a5eae
commit 7870263656
3 changed files with 8 additions and 6 deletions

View File

@ -1583,7 +1583,7 @@ display: inline-flex;
padding: 3px;
}
.tooltip .ttt-xp {
.tooltip :is(.ttt-xp,.ttt-levelup) {
width: 250px;
background: rgba(220,220,210,0.95) !important;
border-radius: 6px;