1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

feat(button): added a disabled state class to button

#83
This commit is contained in:
Igor Guastalla de Lima
2018-12-05 22:12:43 -02:00
parent 5e556c8aa5
commit eceaf8d819
6 changed files with 6781 additions and 8024 deletions

View File

@@ -59,6 +59,16 @@
outline: 0;
}
&.is-disabled,
&.is-disabled:hover,
&.is-disabled:focus {
color: $base-color;
cursor: not-allowed;
background-color: #d3d3d3;
box-shadow: inset -4px -4px #adafbc;
opacity: 0.6;
}
// Other styles
// prettier-ignore
$types: