Added code comment

This commit is contained in:
Alex Gleason 2015-09-28 15:15:27 -05:00 committed by Matt Westcott
parent c73c8bc44e
commit 06984938bd

View file

@ -28,6 +28,7 @@
}
.hallotoolbar button{
/* Some of this is copied from the jQuery UI style, forcing those styles to apply to this selector. Without it, if your cursor is placed above a button while it's appearing, the CSS from jQuery UI won't immediately be applied. */
@include border-radius(0);
height:2.4em;
border: 1px solid $color-grey-3;