diff --git a/app/assets/stylesheets/common/_index.scss b/app/assets/stylesheets/common/_index.scss index bc8b4bee..cc73dd5d 100644 --- a/app/assets/stylesheets/common/_index.scss +++ b/app/assets/stylesheets/common/_index.scss @@ -274,9 +274,9 @@ body { height: 38px; - &:hover { - background-color: white; - color: var(--astuto-black); + &:hover, &:active, &:focus { + background-color: white !important; + color: var(--astuto-black) !important; } .oauthProviderText { diff --git a/app/javascript/components/common/PoweredByLink.tsx b/app/javascript/components/common/PoweredByLink.tsx index a501aa5a..223b03a9 100644 --- a/app/javascript/components/common/PoweredByLink.tsx +++ b/app/javascript/components/common/PoweredByLink.tsx @@ -3,7 +3,7 @@ import I18n from 'i18n-js'; const PoweredByLink = () => (
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index daab879c..4e427e0b 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -6,7 +6,7 @@
+
The page you're looking for doesn't exist.
diff --git a/public/422.html b/public/422.html index 75547bde..c61d90e9 100644 --- a/public/422.html +++ b/public/422.html @@ -3,14 +3,14 @@
+
The change you wanted was rejected. If you're trying to do something bad, our team of astute foxes is already looking out for you. Watch out!
diff --git a/public/500.html b/public/500.html index 193f83a6..9241fe20 100644 --- a/public/500.html +++ b/public/500.html @@ -3,14 +3,14 @@
+
We're sorry. Wait a moment and try again.
diff --git a/public/error-404.png b/public/error-404.png deleted file mode 100644 index 9fc752ad..00000000 Binary files a/public/error-404.png and /dev/null differ diff --git a/public/error-422.png b/public/error-422.png deleted file mode 100644 index 7740e71e..00000000 Binary files a/public/error-422.png and /dev/null differ diff --git a/public/error-500.png b/public/error-500.png deleted file mode 100644 index de5f709d..00000000 Binary files a/public/error-500.png and /dev/null differ diff --git a/public/style.css b/public/style.css deleted file mode 100644 index cab45c03..00000000 --- a/public/style.css +++ /dev/null @@ -1,28 +0,0 @@ -.card { - /* Bootstrap 4.6.2 card style */ - position: relative; - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; - - /* My customizations */ - max-width: 720px; - text-align: center; - font-family: system-ui; - margin: 0 auto; - box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04),0 2px 4px -1px rgba(0, 0, 0, 0.03); - transition: all 0.3s cubic-bezier(.25,.8,.25,1); - color: black; - padding: 8px; -} - -.error-image { margin: 0 auto; } -.error-description { font-size: 18px; } -a { color: black; } \ No newline at end of file diff --git a/spec/system/roadmap_spec.rb b/spec/system/roadmap_spec.rb index 76e78965..129294ce 100644 --- a/spec/system/roadmap_spec.rb +++ b/spec/system/roadmap_spec.rb @@ -33,13 +33,7 @@ feature 'roadmap', type: :system, js: true do post2 post3 end - - it 'renders correctly' do - visit roadmap_path - - expect(page).to have_content('Roadmap') - end - + it 'shows a colum for each post status with show_in_roadmap set to true' do visit roadmap_path