Fix hover state of Hollow Button in Timelion.

This commit is contained in:
CJ Cenizal 2017-01-24 10:43:40 -08:00
parent db5276ef26
commit 99e10af4ba
2 changed files with 5 additions and 2 deletions

View file

@ -111,9 +111,10 @@
/**
* 1. Override Bootstrap.
* 2. Override either Bootstrap or Timelion styles.
*/
.kuiButton--hollow {
color: $linkColor;
color: $linkColor !important; /* 2 */
background-color: transparent;
&:hover:enabled,

View file

@ -180,9 +180,11 @@ body {
/**
* 1. Override Bootstrap.
* 2. Override either Bootstrap or Timelion styles.
*/
.kuiButton--hollow {
color: #3CAED2;
color: #3CAED2 !important;
/* 2 */
background-color: transparent; }
.kuiButton--hollow:hover:enabled, .kuiButton--hollow:active:enabled {
color: #006E8A !important;