Skip to content
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

Fix Select bottom border for Lumen #87

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion lumen/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
height: $control-height + 0.398em;
}

.field.has-addons .control .button {
&.is-small,
&.is-medium,
&.is-large {
height: $control-height;
}
}

.button {
transition: all 300ms ease;
border-style: solid;
Expand Down Expand Up @@ -91,7 +99,8 @@
.select select {
border-width: 1px 1px $thickness 1px;
&:not([multiple]) {
height: calc(#{$control-height} + #{$thickness});
height: $control-height;
line-height: 1em;
}
}

Expand Down
2 changes: 1 addition & 1 deletion lumen/bulmaswatch.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lumen/bulmaswatch.min.css.map

Large diffs are not rendered by default.