keithmancuso / craft-menus

A simple but powerful menus plugin for Craft CMS built with a custom element type
51 stars 10 forks source link

[ui] Remove Unnecessary CSS that was hiding all elements with a class of .buttons #15

Open boborchard opened 8 years ago

boborchard commented 8 years ago

This plugin includes unspecific CSS markup that hides all items with a class of .buttons, without regard to any other elements using that class:

screen shot 2016-09-07 at 8 28 27 pm

This PR removes that code, without any adverse affect to the plugin itself:

screen shot 2016-09-07 at 8 27 59 pm