summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-10-14 12:43:36 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-10-14 12:43:36 +0300
commitef184ec90cea29f1e9f98b47ac5abb9a74e5ba53 (patch)
tree63eedfc239c0e64e127267e46e8ab932db3968ce
parentb9db3272eb3f0a7f521244fdd06abad5d4a135c1 (diff)
downloadwebui-vue-ef184ec90cea29f1e9f98b47ac5abb9a74e5ba53.tar.xz
fix form file button
-rw-r--r--src/components/_sila/Global/FormFile.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/_sila/Global/FormFile.vue b/src/components/_sila/Global/FormFile.vue
index 9f02d4fb..de32e865 100644
--- a/src/components/_sila/Global/FormFile.vue
+++ b/src/components/_sila/Global/FormFile.vue
@@ -161,6 +161,9 @@ export default {
@include themify($themes) {
background-color: themed('btn-secondary');
border-color: themed('surface-primary');
+ &:not(:disabled):not(.disabled):active {
+ background-color: themed('btn-secondary');
+ }
}
}
</style>