@import '../variables.less'; /** * Common styles responsible for hiding/showing the Vector dropdown. */ /** * Vector Dropdown. Contains the dropdown label, checkbox, and * dropdown content. */ .vector-menu-dropdown { position: relative; // Dropdown menu container. Hidden by default until checkbox is checked. .vector-menu-content { position: absolute; top: 100%; left: -@border-width-base; opacity: 0; height: 0; visibility: hidden; overflow: hidden; // The menu content should not be narrower than the menu button. min-width: 100%; margin: 0; padding: 0; z-index: @z-index-menu; } // Dropdown