Skip to content

Commit b93091c

Browse files
committed
Remove unused dropdown menu code
1 parent 38623ec commit b93091c

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

bakerydemo/static/css/main.css

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -749,38 +749,6 @@ blockquote .attribute-name {
749749
}
750750
}
751751

752-
.dropdown-menu {
753-
background-color: var(--cream);
754-
border-radius: 0;
755-
border: transparent;
756-
}
757-
758-
.dropdown-menu > li > a {
759-
border-bottom: 1px solid var(--border-grey);
760-
color: var(--dark);
761-
font-family: var(--font--secondary);
762-
padding: 10px 20px;
763-
}
764-
765-
.dropdown-menu > li > a:hover {
766-
text-decoration: underline;
767-
}
768-
769-
/* Menu dropdown hack to allow toggling */
770-
li.has-submenu a.allow-toggle {
771-
float: left;
772-
padding-right: 0;
773-
}
774-
775-
.caret-custom {
776-
float: right;
777-
padding: 10px 10px 15px 5px !important;
778-
}
779-
780-
.caret-custom::after {
781-
content: '▼' !important;
782-
}
783-
784752
/* Mobile menu styling */
785753
@media (max-width: 1150px) {
786754
.nav-pills > .presentation {

0 commit comments

Comments
 (0)