diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-10-23 15:53:30 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-10-23 15:53:30 -0700 |
commit | f0bb5e7e7657cc213076a4fa7963f2fde27a87b1 (patch) | |
tree | ea1bd8ce9f156e5fd7cfaaab9e8d67a9396d54fd /apps/settings/src | |
parent | a9fdc52f69bddb534a97f8800adcadccc13c409b (diff) | |
download | nextcloud-server-f0bb5e7e7657cc213076a4fa7963f2fde27a87b1.tar.gz nextcloud-server-f0bb5e7e7657cc213076a4fa7963f2fde27a87b1.zip |
fix(settings): Styles for scope button
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/settings/src')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue b/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue index a930822f9e7..4f52a9da546 100644 --- a/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue +++ b/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue @@ -86,18 +86,9 @@ export default { </script> <style lang="scss" scoped> -.federation-actions__btn { - &::v-deep p { - width: 150px !important; - padding: 8px 0 !important; - color: var(--color-main-text) !important; - font-size: 12.8px !important; - line-height: 1.5em !important; - } -} - .federation-actions__btn--active { background-color: var(--color-primary-element-light) !important; box-shadow: inset 2px 0 var(--color-primary-element) !important; + border-radius: 0px !important; } </style> |