Merge pull request #295 from Safelite/CSR-436-button-bug
CSR-436 attempted fix for button color issue.
This commit is contained in:
commit
fb2f4d87a4
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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]"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue