Compass developed using only HTML and CSS3 (no images)
A Pen by Raphael Fabeni on CodePen.
| .nav, .pagination, .carousel, .panel-title a { cursor: pointer; } | |
| .ng-isolate-scope > .nav-tabs { | |
| border-bottom: 0; | |
| } | |
| .tab-content > .tab-pane, | |
| .pill-content > .pill-pane { | |
| display: none; |
Compass developed using only HTML and CSS3 (no images)
A Pen by Raphael Fabeni on CodePen.
| /*! | |
| * classie - class helper functions | |
| * from bonzo https://github.com/ded/bonzo | |
| * | |
| * classie.has( elem, 'my-class' ) -> true/false | |
| * classie.add( elem, 'my-new-class' ) | |
| * classie.remove( elem, 'my-unwanted-class' ) | |
| */ | |
| /*jshint browser: true, strict: true, undef: true */ |