mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
cleanup code comments etc
This commit is contained in:
parent
944b5be391
commit
db90cc5dab
|
@ -14,7 +14,6 @@
|
|||
}
|
||||
|
||||
.dropdown-menu {
|
||||
|
||||
display: block; // utilize transition transform instead of flipping display
|
||||
padding: .5rem 0;
|
||||
border: 0;
|
||||
|
@ -58,7 +57,6 @@
|
|||
transform-origin: 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
// https://www.google.com/design/spec/components/menus.html#menus-specs
|
||||
.dropdown-item {
|
||||
|
||||
|
@ -88,23 +86,8 @@
|
|||
padding-left: $mdb-menu-item-padding-left-md;
|
||||
}
|
||||
}
|
||||
|
||||
// border: 0;
|
||||
// box-shadow: 0 2px 5px 0 $gray-light;
|
||||
// //.divider {
|
||||
// // background-color: rgba(229, 229, 229, 0.12);
|
||||
// //}
|
||||
// li {
|
||||
// position: relative;
|
||||
// overflow: hidden;
|
||||
// a:hover {
|
||||
// color: $brand-primary;
|
||||
// background-color: transparent;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
.dropdown {
|
||||
|
||||
.dropdown-toggle {
|
||||
|
@ -140,6 +123,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Default align button menus on the right
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user