diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/stylesheets/scss/icons.scss | 2 | ||||
| -rw-r--r-- | resources/vue/components/StudipIcon.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/assets/stylesheets/scss/icons.scss b/resources/assets/stylesheets/scss/icons.scss index c6d3ccc..252c0c9 100644 --- a/resources/assets/stylesheets/scss/icons.scss +++ b/resources/assets/stylesheets/scss/icons.scss @@ -1,6 +1,7 @@ $icon-colors: ( accept: good, attention: warning, + clickable: highlight, info_alt: white, inactive: font-inactive, new: red-1, @@ -9,7 +10,6 @@ $icon-colors: ( status-yellow: yellow-1, // This are disabled for now since they should be coloured in a different way -// clickable: blue, // info: black, // navigation: blue, // sort: blue, diff --git a/resources/vue/components/StudipIcon.vue b/resources/vue/components/StudipIcon.vue index 1f68c66..5a7fff2 100644 --- a/resources/vue/components/StudipIcon.vue +++ b/resources/vue/components/StudipIcon.vue @@ -33,7 +33,7 @@ interface IconProps { } const props = withDefaults(defineProps<IconProps>(),{ - role: 'clickable', + role: 'default', size: null, inline: false }); |
