bufferapp/buffer-components

Add [disabled] state for Button

djfarrelly opened this issue · 0 comments

Description

To add a disabled state to the button when the disabled attribute is present. It doesn't seem that we have this on our style-guide. We'd want this for all styles of the button.

We can use the attribute selector to target this:

.Button[disabled] {
  // ...
}