From 5ddc8b8a69823ec4119d2ca92b7d02659a1915e8 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 26 Mar 2013 18:39:28 -0400 Subject: [PATCH] fix broken commit modal. --- css/app.css | 6 +++--- js/id/ui/splash.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/app.css b/css/app.css index 56a4062f8..9c2ec85f6 100644 --- a/css/app.css +++ b/css/app.css @@ -1836,7 +1836,7 @@ div.typeahead a:first-child { text-align: center; } -.modal a.action, .modal button.action { +.modal a.action, .modal-splash button.action { font-weight: normal; color: #7092FF; background-color: white; @@ -1849,12 +1849,12 @@ div.typeahead a:first-child { transition: all 200ms; } -.modal a.action:hover, .modal button.action:hover { +.modal a.action:hover, .modal-splash button.action:hover { background-color: #ececec; } a.action:before, -.modal button.action:before { +.modal-splash button.action:before { display: block; content: ''; height: 100px; diff --git a/js/id/ui/splash.js b/js/id/ui/splash.js index 09b2a6432..7c96171ef 100644 --- a/js/id/ui/splash.js +++ b/js/id/ui/splash.js @@ -1,7 +1,7 @@ iD.ui.Splash = function(context) { return function(selection) { - if (context.storage('sawSplash')) - return; + // if (context.storage('sawSplash')) + // return; context.storage('sawSplash', true);