mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
fix(settings): use default styles for federation scope menu
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
6b87390a64
commit
e60492c186
1 changed files with 0 additions and 10 deletions
|
|
@ -28,8 +28,6 @@
|
|||
:disabled="disabled">
|
||||
<NcActionButton v-for="federationScope in federationScopes"
|
||||
:key="federationScope.name"
|
||||
class="federation-actions__btn"
|
||||
:class="{ 'federation-actions__btn--active': scope === federationScope.name }"
|
||||
:close-after-click="true"
|
||||
:disabled="!supportedScopes.includes(federationScope.name)"
|
||||
:icon="federationScope.iconClass"
|
||||
|
|
@ -208,13 +206,5 @@ export default {
|
|||
min-width: 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
&__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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue