From 3af53c7a376e7f80b2b2c884a75c886dbfa687b9 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sun, 14 Apr 2019 23:48:43 +0200 Subject: [PATCH] style(catpure): Add disallowed button's state when you press the button --- src/assets/css/5-screens/capture.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/assets/css/5-screens/capture.css b/src/assets/css/5-screens/capture.css index 0f9f4df..2025857 100644 --- a/src/assets/css/5-screens/capture.css +++ b/src/assets/css/5-screens/capture.css @@ -64,9 +64,12 @@ /* Capturing state */ -.capture-btn--capturing { +.capture-btn--capturing, +.capture-btn--capturing:visited, +.capture-btn--capturing:active { position: relative; background: linear-gradient(135deg, #212045 0%, #3633a0 100%); + cursor: not-allowed; } .capture-btn--capturing::after { @@ -103,7 +106,6 @@ display: block; padding: 1rem; border: none; - border-radius: 0; border-radius: .2rem; background-color: transparent; color: #fff;