Skip to content

Commit c859518

Browse files
Fix star stroke color on hover
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
1 parent 73ecc8f commit c859518

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/files/src/components/FilesListVirtual.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export default Vue.extend({
443443
444444
// Hover state of the row should also change the favorite markers background
445445
.favorite-marker-icon svg path {
446-
stroke: var(--color-background-dark);
446+
stroke: var(--color-background-hover);
447447
}
448448
}
449449

apps/files_external/templates/settings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ function writeParameterInput($parameter, $options, $classes = []) {
216216
<?php endif; ?>
217217
</form>
218218

219+
<?php if ($_['visibilityType'] === BackendService::VISIBILITY_ADMIN) ?>
219220
<div class="followupsection">
220221
<form autocomplete="false" action="#"
221222
id="global_credentials" method="post">

0 commit comments

Comments
 (0)