Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed `:hover` from selector for table-hover `.transition()`. That
caused the fade effect to only apply on “mouseover” but not “mouseout”.
Updated both .less and .scss files and ran `grunt swatch:paper`
|
|
This applies the same `.transition()` to the `.close` class, which is
used for alert close buttons, etc. Updated .less and .scss files and
ran `grunt swatch:paper`
|
|
Used the same `.transition()` that other elements use, like .btn’s,
for `.table-hover` row hover state and support with contextual classes.
Simply added the transition for both .less and .scss then ran `grunt
swatch:paper`. Closes #444
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|