mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix hover state of Hollow Button in Timelion.
This commit is contained in:
parent
db5276ef26
commit
99e10af4ba
2 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||
|
|
4
ui_framework/dist/ui_framework.css
vendored
4
ui_framework/dist/ui_framework.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue