Update dependencies and tiny adjustments to UI (#1083)

- updated all web/ dependencies
- fixed icon positioning issue
- changed text color of pipeline message
- add hover underline effect to breadcrumb org name
This commit is contained in:
Anbraten
2022-08-09 14:13:32 +02:00
committed by GitHub
parent d22821afc1
commit 66be4923d2
23 changed files with 1059 additions and 1639 deletions

View File

@@ -121,6 +121,8 @@ module.exports = {
],
'vue/new-line-between-multi-line-property': 'error',
'vue/padding-line-between-blocks': 'error',
'vue/multi-word-component-names': 'off',
'vue/no-reserved-component-names': 'off',
// css rules
'vue-scoped-css/no-unused-selector': 'error',