Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-10 17:50:52 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-10 17:50:52 +0300
commit6e050d735c2fbfe77346588aec2c0449d9cea1b7 (patch)
tree144ff6e392b0b7e946c1bc66a672767d2d446e32 /src
parentdc0a85115c5208f0df4e2a2421d514f2c903d56a (diff)
Remove more unused CSS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/ConversationSettings/DangerZone.vue7
-rw-r--r--src/components/ConversationSettings/Matterbridge/BridgePart.vue4
-rw-r--r--src/components/ConversationSettings/Matterbridge/MatterbridgeSettings.vue15
3 files changed, 0 insertions, 26 deletions
diff --git a/src/components/ConversationSettings/DangerZone.vue b/src/components/ConversationSettings/DangerZone.vue
index c0c8398aa..610b9f278 100644
--- a/src/components/ConversationSettings/DangerZone.vue
+++ b/src/components/ConversationSettings/DangerZone.vue
@@ -178,13 +178,6 @@ export default {
</script>
<style lang="scss" scoped>
-button {
- height: 44px;
- border: none;
- display: block;
- margin: 8px 0;
-}
-
h4 {
font-weight: bold;
}
diff --git a/src/components/ConversationSettings/Matterbridge/BridgePart.vue b/src/components/ConversationSettings/Matterbridge/BridgePart.vue
index 19dde6197..80aefd666 100644
--- a/src/components/ConversationSettings/Matterbridge/BridgePart.vue
+++ b/src/components/ConversationSettings/Matterbridge/BridgePart.vue
@@ -185,10 +185,6 @@ export default {
padding-top: 10px;
}
-button {
- display: inline-block;
-}
-
h3 {
display: flex;
margin-bottom: 0;
diff --git a/src/components/ConversationSettings/Matterbridge/MatterbridgeSettings.vue b/src/components/ConversationSettings/Matterbridge/MatterbridgeSettings.vue
index 621eab861..5a614651d 100644
--- a/src/components/ConversationSettings/Matterbridge/MatterbridgeSettings.vue
+++ b/src/components/ConversationSettings/Matterbridge/MatterbridgeSettings.vue
@@ -728,21 +728,6 @@ export default {
margin: 0 10px 0 15px;
}
}
- button {
- opacity: 0.5;
- width: 44px;
- height: 44px;
- border-radius: var(--border-radius-pill);
- background-color: transparent;
- border: none;
- margin: 0;
-
- &:hover,
- &:focus {
- opacity: 1;
- background-color: var(--color-background-hover);
- }
- }
}
}