Skip to content

Commit

Permalink
Clean up style of button "Show all messages" because of duplicated in…
Browse files Browse the repository at this point in the history
… core styles (#311)

Co-authored-by: Lucas Bartholemy <[email protected]>
  • Loading branch information
yurabakhtin and luke- authored Jan 22, 2024
1 parent fdd1452 commit 6de6d6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
12 changes: 0 additions & 12 deletions resources/css/humhub.mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@
margin-bottom: 12px;
font-weight: 600;
}
#dropdown-messages .dropdown-footer .btn.btn-default {
border: 1px solid var(--default);
box-shadow: none;
}
#dropdown-messages .dropdown-footer .btn.btn-default:hover {
border-color: var(--background3);
background: var(--background3);
}
#dropdown-messages .dropdown-footer .btn.btn-default:active {
border-color: var(--text-color-secondary);
background: #FFF;
}
#dropdown-messages.dropdown-menu li a {
font-size: inherit !important;
}
Expand Down
18 changes: 0 additions & 18 deletions resources/css/humhub.mail.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,6 @@
margin-bottom: 12px;
.semiBold;
}

.dropdown-footer {
.btn.btn-default {
border: 1px solid var(--default);
box-shadow: none;

&:hover {
border-color: var(--background3);
background: var(--background3);
}

&:active {
border-color: var(--text-color-secondary);
background: #FFF;
}
}
}

&.dropdown-menu {
li {
a {
Expand Down

0 comments on commit 6de6d6b

Please sign in to comment.