Skip to content

Adds in a styled drop down default#18491

Closed
karmatosed wants to merge 1 commit into
masterfrom
try/subnav-styled
Closed

Adds in a styled drop down default#18491
karmatosed wants to merge 1 commit into
masterfrom
try/subnav-styled

Conversation

@karmatosed

Copy link
Copy Markdown
Member

It should be discussed if this is by default or not for subnav. It could be a style or it could be one we add by default.

I have styled it dark but we could also go with white as an option, which might work better across all text colors.

image

It should be discussed if this is by default or not for subnav. It could be a style or it could be one we add by default.

I have styled it dark but we could also go with white as an option, which might work better across all text colors.
@karmatosed karmatosed added the Needs Design Feedback Needs general design feedback. label Nov 13, 2019
@gziolo gziolo added the [Block] Navigation Affects the Navigation Block label Nov 14, 2019
Comment on lines 120 to +123
// Disable reason: This function call looks nicer when each argument is on its own line.
/* stylelint-disable */
background-image: linear-gradient(
-45deg,
theme(button) 28%,
color(theme(button) shade(20%)) 28%,
color(theme(button) shade(20%)) 72%,
theme(button) 72%
);
background-image:
linear-gradient(-45deg, theme(button) 28%, color(theme(button) shade(20%)) 28%, color(theme(button) shade(20%)) 72%, theme(button) 72%);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If we are going to reorganize the background-image in only one line then we should remove the comment which disables the style lint rule:

@karmatosed

Copy link
Copy Markdown
Member Author

Closing as moving to having style variations.

@karmatosed karmatosed closed this Nov 15, 2019
@youknowriad youknowriad deleted the try/subnav-styled branch November 16, 2019 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Block] Navigation Affects the Navigation Block Needs Design Feedback Needs general design feedback.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants