Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Improve color theme selection for navbars #102

Merged
merged 3 commits into from
Apr 1, 2019

Conversation

luyangkenneth
Copy link

Based on the discussion in MarkBind/markbind#386

src/Navbar.vue Outdated
'navbar-light':(type === 'default'),
'bg-dark':(type === 'inverse'),
'bg-light':(type === 'default')
'navbar-dark':(type === 'primary' || type === 'dark' || type !== 'none'),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type !== 'none' includes 'light' right?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been fixed!

@yamgent yamgent added this to the v2.0.1-markbind.25 milestone Apr 1, 2019
@yamgent yamgent merged commit cfcfd10 into MarkBind:master Apr 1, 2019
@luyangkenneth luyangkenneth deleted the navbar-themes branch April 1, 2019 08:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants