Age | Commit message (Collapse) | Author |
|
|
|
|
|
This will cause the sass version miss the ripple mixin.
|
|
if mouse button is released
|
|
|
|
Before: 433 KB (444.013 bytes)
After: 235 KB (241.309 bytes)
|
|
Before: 854 KB (875.446 bytes)
After: 835 KB (855.201 bytes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|