diff --git a/src/assets/buttons.scss b/src/assets/buttons.scss deleted file mode 100644 index 1718a8db78..0000000000 --- a/src/assets/buttons.scss +++ /dev/null @@ -1,58 +0,0 @@ -/** - * @copyright Copyright (c) 2020 Marco Ambrosini - * - * @author Marco Ambrosini - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ - -@import 'variables'; - -.nc-button { - width: $clickable-area; - height: $clickable-area; - flex-shrink: 0; - border: 0; - padding: 0; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - margin: 0; - &:not(.primary) { - background-color: transparent; - } - &__main { - &:hover, - &:focus { - background-color: var(--color-background-hover); - } - &:disabled { - &:hover { - background-color: var(--color-primary-element); - } - } - } - // Used on top of gray background such as hovered messages - &__main--dark { - &:hover, - &:focus { - background-color: var(--color-background-darker); - } - } - -} diff --git a/src/components/ConversationSettings/ConversationPermissionsSettings.vue b/src/components/ConversationSettings/ConversationPermissionsSettings.vue index 5dec2e2ab8..ff5515d820 100644 --- a/src/components/ConversationSettings/ConversationPermissionsSettings.vue +++ b/src/components/ConversationSettings/ConversationPermissionsSettings.vue @@ -236,8 +236,6 @@ export default {