style(capture): Add a disabled style for capture button

This commit is contained in:
Tixie 2019-03-15 23:55:58 +01:00
parent 84aabe3c24
commit 9691a18ac1

View file

@ -48,8 +48,13 @@
box-shadow: var(--focus-ring); box-shadow: var(--focus-ring);
} }
/* Capturing state */ .capture-btn:disabled {
background: grey;
opacity: .2;
cursor: not-allowed;
}
/* Capturing state */
.capture-btn--capturing { .capture-btn--capturing {
position: relative; position: relative;