Remove opacity on federation control action buttons

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
julia.kirschenheuter 2023-07-19 14:37:08 +02:00
parent eaf19c4829
commit 8fca19325b
3 changed files with 3 additions and 14 deletions

View file

@ -195,17 +195,6 @@ export default {
</script>
<style lang="scss" scoped>
.federation-actions,
.federation-actions--additional {
opacity: 0.4 !important;
&:hover,
&:focus,
&:active {
opacity: 0.8 !important;
}
}
.federation-actions--additional {
&::v-deep button {
// TODO remove this hack

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long