This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wiki
/
weseek__growi
espejo de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Apply $secondary when not hovering and when Dropdown is hidden
Shun Miyazawa
hace 1 año
padre
a1699b27b3
commit
c1c88bf6cd
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
apps/app/src/components/SearchPage.module.scss
+ 1
- 0
apps/app/src/components/SearchPage.module.scss
Ver fichero
@@ -7,6 +7,7 @@
}
.dropdown-toggle {
+ color: bs.$secondary;
&:hover {
@extend .danger-style;
}