mirror of
https://github.com/directus/directus.git
synced 2026-02-05 02:55:07 -05:00
Hover state for Save Options
This commit is contained in:
@@ -41,9 +41,16 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.v-icon.disabled {
|
||||
.v-icon {
|
||||
color: var(--foreground-subdued);
|
||||
cursor: not-allowed;
|
||||
|
||||
&:hover:not(.disabled) {
|
||||
color: var(--foreground-normal);
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.v-list-item {
|
||||
|
||||
Reference in New Issue
Block a user