Nasty style bug in Dojo’s Nihilo Button css
Posted by Shane O'Sullivan on 23 December, 2008
For anyone using Dojo v1.2.3 and the Nihilo theme, you may have noticed that performing a build with it breaks your styles. After much tracking down, it turns out that there is abug in Nihilo’s Button.css.
On line 80, there is an extra curly brace
.nihilo .dijitComboBoxActive .dijitDownArrowButton {
which should be
.nihilo .dijitComboBoxActive .dijitDownArrowButton,
I’ve submitted a bug at http://bugs.dojotoolkit.org/ticket/8311, which should be in v1.3. However, if you need a fix before that (as Nihilo is pretty unusable without it) just change that one line and you’re back in business.