diff --git a/app/assets/stylesheets/bootstrap-overrides.scss b/app/assets/stylesheets/bootstrap-overrides.scss index c0fcdc26..439e7c8b 100644 --- a/app/assets/stylesheets/bootstrap-overrides.scss +++ b/app/assets/stylesheets/bootstrap-overrides.scss @@ -41,7 +41,7 @@ $accordion-button-icon: url("data:image/svg+xml,"); $accordion-icon-width: 12px; -$popover-border-color: transparent; +$popover-border-color: $gray-2; $popover-border-radius: 4px; $popover-body-padding-x: map-get($spacers, 4); $popover-body-padding-y: map-get($spacers, 4); diff --git a/app/assets/stylesheets/navigation.scss b/app/assets/stylesheets/navigation.scss index cbf3dfae..5ae3acf2 100644 --- a/app/assets/stylesheets/navigation.scss +++ b/app/assets/stylesheets/navigation.scss @@ -1,6 +1,11 @@ @import 'colors'; @import 'fonts'; +a:focus { + outline: none; + box-shadow: 0 0 0 4px rgba($blue, 0.35); +} + .nav-tabs { margin-bottom: -1rem; diff --git a/app/assets/stylesheets/sqm_application.scss b/app/assets/stylesheets/sqm_application.scss index 59465a4f..626cf922 100644 --- a/app/assets/stylesheets/sqm_application.scss +++ b/app/assets/stylesheets/sqm_application.scss @@ -47,7 +47,6 @@ flex-basis: 33%; display: flex; flex-direction: column; - justify-content: space-between; align-items: center; } diff --git a/app/views/dashboard/_subcategory_card.html.erb b/app/views/dashboard/_subcategory_card.html.erb index db95772a..a9381ed4 100644 --- a/app/views/dashboard/_subcategory_card.html.erb +++ b/app/views/dashboard/_subcategory_card.html.erb @@ -1,5 +1,5 @@