From 04ee7a7281be647a942919ecde981ae257294406 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 14 Sep 2013 22:35:05 -0700 Subject: [PATCH] Fixing a demo bug --- dist/ratchet.css | 2 +- lib/sass/buttons.scss | 7 +++---- test/app/choose-theater.html | 5 +++++ test/app/index.html | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dist/ratchet.css b/dist/ratchet.css index e03219f..367ff3f 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -567,7 +567,7 @@ select { background-color: #333; transition: opacity .1s linear, background-color .1s linear; } -[class*="button"]:active:active, [class*="button"].button-filled:active { +[class*="button"].button-filled:active { opacity: .6; } diff --git a/lib/sass/buttons.scss b/lib/sass/buttons.scss index 8a6f8f8..84c1ea7 100644 --- a/lib/sass/buttons.scss +++ b/lib/sass/buttons.scss @@ -23,10 +23,9 @@ color: #fff; background-color: #333; transition: opacity .1s linear, background-color .1s linear; - - &:active { - opacity: .6; - } + } + &.button-filled:active { + opacity: .6; } } diff --git a/test/app/choose-theater.html b/test/app/choose-theater.html index e236a2e..ace6bc2 100644 --- a/test/app/choose-theater.html +++ b/test/app/choose-theater.html @@ -25,6 +25,11 @@

Argo

+