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

Input borders have disappeared in the docs #3213

Closed
billylanchantin opened this issue Dec 10, 2020 · 6 comments
Closed

Input borders have disappeared in the docs #3213

billylanchantin opened this issue Dec 10, 2020 · 6 comments

Comments

@billylanchantin
Copy link

This is about the Docs.

Overview of the problem

This is about the Bulma Docs

Description

The borders around the inputs seem to have disappeared. They do appear you hover over the input.

Steps to Reproduce

Visit https://bulma.io/documentation/form/general

Expected behavior

If you visit a snapshot from Nov. 1, 2020

https://web.archive.org/web/20201101041517/https://bulma.io/documentation/form/general/#complete-form-example

you see

Screenshot_2020-12-10 Form controls(3)

Actual behavior

If you visit today (Dec 10, 2020 as of submission)

https://bulma.io/documentation/form/general/#complete-form-example

you see

Screenshot_2020-12-10 Form controls

@msmahon
Copy link

msmahon commented Dec 10, 2020

I am experiencing the same issue.

@lionzeye
Copy link
Contributor

This seems to be due to order changes in the CSS output, most likely due to the recent sass structure changes:

Old situation:
image

Current situation:
image

This order change results in the 1px solid transparent border

@quelchx
Copy link

quelchx commented Dec 14, 2020

I also noticed this today while reading documents on various pages.

@jenskooij
Copy link

Same applies to select element and file upload element

@jgthms
Copy link
Owner

jgthms commented Dec 14, 2020

There is a branch with fixes. Will merge it soon.

@lionzeye
Copy link
Contributor

Fixed by @jgthms in #3216

@jgthms jgthms closed this as completed Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants