-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Portlet UI Cleanup Meeds-io/MIPs#81 #707
Conversation
8857b50
to
ee3dc77
Compare
@@ -17,3 +17,4 @@ Modifications applied on imported libraries: | |||
- .v-tabs--centered > .v-tabs-bar .v-tabs-slider-wrapper (centered tabs) doesn't use centered tabs because of bad usage of CSS priorities, thus !important is added to effectively center tabs | |||
- delete '!important' from .v-card-flat:@box-shadow (line 22363) to avoid force disabling box-shadow on cards when using flat attribute on v-card | |||
- Add fix on v-alert.prominent.dense icon size introduced in 2.4 | |||
- Add @borderRadius with 5px instead of using 4px for defaut border radius |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add @borderRadius with 5px instead of using 4px for defaut border radius | |
- Add @borderRadius with 4px instead of using 5px for defaut border radius |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add @borderRadius with 5px instead of using 4px for defaut border radius | |
- Add @baseBorderRadius variable to use centralized border radius for Vuetify components |
@SaraBoutej we may need to delete the usage of @borderRadius
here. In fact, the brandable @borderRadius
should be used for applications parent DOM element only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
platform-ui-skin/src/main/webapp/skin/less/vuetify/lib/vuetify.less
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks @SaraBoutej . LGTM, I let @rdenarie continue the review. |
No description provided.