]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(settings): Styles for scope button
authorChristopher Ng <chrng8@gmail.com>
Mon, 23 Oct 2023 22:53:30 +0000 (15:53 -0700)
committerChristopher Ng <chrng8@gmail.com>
Mon, 23 Oct 2023 22:53:30 +0000 (15:53 -0700)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue

index a930822f9e70baa3467a2aab8a442595b2bf5308..4f52a9da54658070f40466f89770f111d6d9b5d3 100644 (file)
@@ -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>