Skip to content

Commit

Permalink
Merge pull request #3077 from nextcloud/fix/noid/input-field-button
Browse files Browse the repository at this point in the history
Make input field button style take precedence
  • Loading branch information
marcoambrosini committed Aug 22, 2022
2 parents fdb52a8 + b057aad commit ccdad70
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/components/NcInputField/NcInputField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -321,19 +321,16 @@ export default {
}
}
&__clear-button {
&__clear-button.button-vue {
position: absolute;
top: 2px;
right: 1px;
min-width: unset;
min-height: unset;
height: 32px;
width: 32px !important;
border-radius: var(--border-radius-large);
}
}
:deep(.button-vue) {
min-width: unset;
min-height: unset;
height: 32px;
width: 32px !important;
border-radius: var(--border-radius-large);
}
</style>

0 comments on commit ccdad70

Please sign in to comment.