This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wiki
/
weseek__growi
miroir de
https://github.com/weseek/growi
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Apply $secondary when not hovering and when Dropdown is hidden
Shun Miyazawa
il y a 1 an
Parent
a1699b27b3
commit
c1c88bf6cd
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
apps/app/src/components/SearchPage.module.scss
+ 1
- 0
apps/app/src/components/SearchPage.module.scss
Voir le fichier
@@ -7,6 +7,7 @@
}
.dropdown-toggle {
+ color: bs.$secondary;
&:hover {
@extend .danger-style;
}