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

Add Disabled Style for Tab #1685

Open
dsbert opened this issue Feb 22, 2018 · 1 comment · May be fixed by #3615
Open

Add Disabled Style for Tab #1685

dsbert opened this issue Feb 22, 2018 · 1 comment · May be fixed by #3615
Labels

Comments

@dsbert
Copy link

dsbert commented Feb 22, 2018

This is about Bulma.

Overview of the problem

This is about the Bulma CSS framework

I'm using Bulma version [0.6.2]

Description

It would be very helpful to have a styling on disabled tab items.

@jgthms jgthms mentioned this issue Apr 4, 2018
@jgthms jgthms added the pinned label Jan 21, 2019
@dradmano
Copy link

As workaround you can add the "disabled_link" class to it, or create your own "is-disabled" with

.tab_button.is-disabled {
    pointer-events: none;
    cursor: default;
} 

in your .css

@Diggsey Diggsey linked a pull request Jan 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants