PHP Classes

File: public/mdb/scss/free/_dropdowns.scss

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Todo List   public/mdb/scss/free/_dropdowns.scss   Download  
File: public/mdb/scss/free/_dropdowns.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Todo List
Application to manage a list of tasks to do
Author: By
Last change:
Date: 1 year ago
Size: 374 bytes
 

Contents

Class file image Download
// Dropdowns .dropdown { .dropdown-menu { .dropdown-item { &:active { background-color: $grey-darken-1; } } } } .dropdown-submenu { position: relative; & >.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: 1px; border-radius: 0 6px 6px 6px; } &:hover>.dropdown-menu { display: block; } }