Merge pull request #295 from Safelite/CSR-436-button-bug

CSR-436 attempted fix for button color issue.
This commit is contained in:
bmauger 2022-03-22 14:37:50 -04:00 committed by GitHub
commit fb2f4d87a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -76,9 +76,9 @@
&.btn.btn-primary:hover, &.btn.btn-primary:hover,
&.btn.btn-primary:focus, &.btn.btn-primary:focus,
&.btn.btn-primary:focus-visible { &.btn.btn-primary:focus-visible {
color: $gray; color: $gray !important;
background: $gray-200; background: $gray-200 !important;
box-shadow: none; box-shadow: none !important;
} }
} }

View file

@ -1,6 +1,6 @@
<template> <template>
<div <div
class="alert fade show text-center mb-0 py-2 px-3" class="alert fade show text-center mb-0 py-2 px-4"
role="alert" role="alert"
:class="[isDismissible ? 'alert-dismissible' : '', this.alertClass]" :class="[isDismissible ? 'alert-dismissible' : '', this.alertClass]"
> >