-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(tabset): Eva style #1348
Merged
Merged
feat(tabset): Eva style #1348
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGES: NbTabset and NbRouteTabset theme property prefix changed to 'tabset'. Following properties were renamed: tabs-font-family -> tabset-tab-text-font-family tabs-font-size -> tabset-tab-text-font-size tabs-content-font-family -> tabset-content-text-font-family tabs-content-font-size -> tabset-content-text-font-size tabs-active-bg -> tabset-tab-selected-background-color tabs-padding -> tabset-tab-padding tabs-content-padding -> tabset-content-padding tabs-header-bg -> tabset-tab-background-color tabs-separator -> tabset-divider-color tabs-fg -> tabset-tab-text-color tabs-fg-disabled -> tabset-tab-disabled-text-color tabs-fg-text -> tabset-content-text-color tabs-fg-heading -> tabset-tab-selected-text-color, tabset-tab-focus-text-color, tabset-tab-hover-text-color tabs-bg -> tabset-content-background-color tabs-selected -> tabset-tab-underline-color tabs-icon-only-max-width -> tabset-tab-text-hide-breakpoint Following properties were removed: tabs-active-font-weight tabs-selected-second-color tabs-selected-degrees
BREAKING CHANGES: NbRouteTabset theme property prefix changed to 'route-tabset'. Following properties were renamed: route-tabs-font-family -> route-tabset-tab-text-font-family route-tabs-font-size -> route-tabset-tab-text-font-size route-tabs-active-bg -> route-tabset-tab-selected-background-color route-tabs-active-font-weight -> route-tabs-padding -> route-tabset-tab-padding route-tabs-header-bg -> route-tabset-tab-background-color route-tabs-separator -> route-tabset-divider-color route-tabs-fg -> route-tabset-tab-text-color route-tabs-fg-disabled -> route-tabset-tab-disabled-text-color route-tabs-fg-heading -> route-tabset-tab-selected-text-color, route-tabset-tab-focus-text-color, route-tabset-tab-hover-text-color route-tabs-selected -> route-tabset-tab-underline-color route-tabs-icon-only-max-width -> route-tabset-tab-text-hide-breakpoint 'route-tabs-bg' property was unused and removed.
nnixaa
requested changes
Apr 5, 2019
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.
nnixaa
approved these changes
Apr 5, 2019
yggg
added a commit
that referenced
this pull request
Apr 17, 2019
BREAKING CHANGE: NbTabset theme properties prefix changed to 'tabset'. Following properties were renamed: tabs-font-family -> tabset-tab-text-font-family tabs-font-size -> tabset-tab-text-font-size tabs-content-font-family -> tabset-content-text-font-family tabs-content-font-size -> tabset-content-text-font-size tabs-active-bg -> tabset-tab-selected-background-color tabs-padding -> tabset-tab-padding tabs-content-padding -> tabset-content-padding tabs-header-bg -> tabset-tab-background-color tabs-separator -> tabset-divider-color tabs-fg -> tabset-tab-text-color tabs-fg-disabled -> tabset-tab-disabled-text-color tabs-fg-text -> tabset-content-text-color tabs-fg-heading -> tabset-tab-selected-text-color, tabset-tab-focus-text-color, tabset-tab-hover-text-color tabs-bg -> tabset-content-background-color tabs-selected -> tabset-tab-underline-color tabs-icon-only-max-width -> tabset-tab-text-hide-breakpoint Following properties were removed: tabs-active-font-weight tabs-selected-second-color tabs-selected-degrees NbRouteTabset theme properties prefix changed to 'route-tabset'. Following properties were renamed: route-tabs-font-family -> route-tabset-tab-text-font-family route-tabs-font-size -> route-tabset-tab-text-font-size route-tabs-active-bg -> route-tabset-tab-selected-background-color route-tabs-active-font-weight -> route-tabs-padding -> route-tabset-tab-padding route-tabs-header-bg -> route-tabset-tab-background-color route-tabs-separator -> route-tabset-divider-color route-tabs-fg -> route-tabset-tab-text-color route-tabs-fg-disabled -> route-tabset-tab-disabled-text-color route-tabs-fg-heading -> route-tabset-tab-selected-text-color, route-tabset-tab-focus-text-color, route-tabset-tab-hover-text-color route-tabs-selected -> route-tabset-tab-underline-color route-tabs-icon-only-max-width -> route-tabset-tab-text-hide-breakpoint 'route-tabs-bg' property was unused and removed.
yggg
added a commit
that referenced
this pull request
May 27, 2019
BREAKING CHANGE: NbTabset theme properties prefix changed to 'tabset'. Following properties were renamed: tabs-font-family -> tabset-tab-text-font-family tabs-font-size -> tabset-tab-text-font-size tabs-content-font-family -> tabset-content-text-font-family tabs-content-font-size -> tabset-content-text-font-size tabs-active-bg -> tabset-tab-selected-background-color tabs-padding -> tabset-tab-padding tabs-content-padding -> tabset-content-padding tabs-header-bg -> tabset-tab-background-color tabs-separator -> tabset-divider-color tabs-fg -> tabset-tab-text-color tabs-fg-disabled -> tabset-tab-disabled-text-color tabs-fg-text -> tabset-content-text-color tabs-fg-heading -> tabset-tab-selected-text-color, tabset-tab-focus-text-color, tabset-tab-hover-text-color tabs-bg -> tabset-content-background-color tabs-selected -> tabset-tab-underline-color tabs-icon-only-max-width -> tabset-tab-text-hide-breakpoint Following properties were removed: tabs-active-font-weight tabs-selected-second-color tabs-selected-degrees NbRouteTabset theme properties prefix changed to 'route-tabset'. Following properties were renamed: route-tabs-font-family -> route-tabset-tab-text-font-family route-tabs-font-size -> route-tabset-tab-text-font-size route-tabs-active-bg -> route-tabset-tab-selected-background-color route-tabs-active-font-weight -> route-tabs-padding -> route-tabset-tab-padding route-tabs-header-bg -> route-tabset-tab-background-color route-tabs-separator -> route-tabset-divider-color route-tabs-fg -> route-tabset-tab-text-color route-tabs-fg-disabled -> route-tabset-tab-disabled-text-color route-tabs-fg-heading -> route-tabset-tab-selected-text-color, route-tabset-tab-focus-text-color, route-tabset-tab-hover-text-color route-tabs-selected -> route-tabset-tab-underline-color route-tabs-icon-only-max-width -> route-tabset-tab-text-hide-breakpoint 'route-tabs-bg' property was unused and removed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please read and mark the following check list before creating a pull request:
Short description of what this resolves:
BREAKING CHANGES:
NbTabset theme properties prefix changed to 'tabset'.
Following properties were renamed:
tabs-font-family -> tabset-tab-text-font-family
tabs-font-size -> tabset-tab-text-font-size
tabs-content-font-family -> tabset-content-text-font-family
tabs-content-font-size -> tabset-content-text-font-size
tabs-active-bg -> tabset-tab-selected-background-color
tabs-padding -> tabset-tab-padding
tabs-content-padding -> tabset-content-padding
tabs-header-bg -> tabset-tab-background-color
tabs-separator -> tabset-divider-color
tabs-fg -> tabset-tab-text-color
tabs-fg-disabled -> tabset-tab-disabled-text-color
tabs-fg-text -> tabset-content-text-color
tabs-fg-heading -> tabset-tab-selected-text-color, tabset-tab-focus-text-color, tabset-tab-hover-text-color
tabs-bg -> tabset-content-background-color
tabs-selected -> tabset-tab-underline-color
tabs-icon-only-max-width -> tabset-tab-text-hide-breakpoint
Following properties were removed:
tabs-active-font-weight
tabs-selected-second-color
tabs-selected-degrees
NbRouteTabset theme properties prefix changed to 'route-tabset'.
Following properties were renamed:
route-tabs-font-family -> route-tabset-tab-text-font-family
route-tabs-font-size -> route-tabset-tab-text-font-size
route-tabs-active-bg -> route-tabset-tab-selected-background-color
route-tabs-active-font-weight ->
route-tabs-padding -> route-tabset-tab-padding
route-tabs-header-bg -> route-tabset-tab-background-color
route-tabs-separator -> route-tabset-divider-color
route-tabs-fg -> route-tabset-tab-text-color
route-tabs-fg-disabled -> route-tabset-tab-disabled-text-color
route-tabs-fg-heading -> route-tabset-tab-selected-text-color, route-tabset-tab-focus-text-color,
route-tabset-tab-hover-text-color
route-tabs-selected -> route-tabset-tab-underline-color
route-tabs-icon-only-max-width -> route-tabset-tab-text-hide-breakpoint
'route-tabs-bg' property was unused and removed.