|
|
|
@ -64,7 +64,7 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
&, & .b-font:before { |
|
|
|
|
color: @color-bi-text-common-ghost-button; |
|
|
|
|
} |
|
|
|
|
&:hover, &:focus { |
|
|
|
|
&:hover, &:focus, &:hover .b-font:before, &:focus .b-font:before { |
|
|
|
|
color: @color-bi-text; |
|
|
|
|
background-color: @color-bi-background-hover-common-ghost-button; |
|
|
|
|
} |
|
|
|
@ -136,7 +136,7 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
color: @color-bi-text-success-ghost-button; |
|
|
|
|
} |
|
|
|
|
background-color: transparent; |
|
|
|
|
&:hover, &:focus { |
|
|
|
|
&:hover, &:focus, &:hover .b-font:before, &:focus .b-font:before { |
|
|
|
|
color: @color-bi-text; |
|
|
|
|
background-color: @color-bi-background-success-button; |
|
|
|
|
} |
|
|
|
@ -181,7 +181,7 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
color: @color-bi-text-warning-ghost-button; |
|
|
|
|
} |
|
|
|
|
background-color: transparent; |
|
|
|
|
&:hover, &:focus { |
|
|
|
|
&:hover, &:focus, &:hover .b-font:before, &:focus .b-font:before { |
|
|
|
|
color: @color-bi-text; |
|
|
|
|
background-color: @color-bi-background-warning-button; |
|
|
|
|
} |
|
|
|
@ -226,7 +226,7 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
color: @color-bi-text-error-ghost-button; |
|
|
|
|
} |
|
|
|
|
background-color: transparent; |
|
|
|
|
&:hover, &:focus { |
|
|
|
|
&:hover, &:focus, &:hover .b-font:before, &:focus .b-font:before { |
|
|
|
|
color: @color-bi-text; |
|
|
|
|
background-color: @color-bi-background-error-button; |
|
|
|
|
} |
|
|
|
|