Add disabled states for buttons
This commit is contained in:
@@ -39,6 +39,11 @@ All rights reserved.
|
|||||||
border: 1px solid $color-gray-light;
|
border: 1px solid $color-gray-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:disabled {
|
||||||
|
background: white;
|
||||||
|
color: $color-gray-light;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user