This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wiki
/
weseek__growi
mirror da
https://github.com/weseek/growi
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Apply $secondary when not hovering and when Dropdown is hidden
Shun Miyazawa
1 anno fa
parent
a1699b27b3
commit
c1c88bf6cd
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
apps/app/src/components/SearchPage.module.scss
+ 1
- 0
apps/app/src/components/SearchPage.module.scss
Vedi File
@@ -7,6 +7,7 @@
}
.dropdown-toggle {
+ color: bs.$secondary;
&:hover {
@extend .danger-style;
}