[Library | Trunk]: Fix disabled outlined buttons css

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60243 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-01-14 16:03:40 +00:00
parent 338b8c4b99
commit cc9268c97f
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
color: var(--theme-secondary-color);
}
.uk-button-secondary.outlined:hover:enabled, .uk-button-secondary.outlined:focus, .uk-button-secondary.outlined:active {
.uk-button-secondary.outlined:hover:enabled, .uk-button-secondary.outlined:focus:enabled, .uk-button-secondary.outlined:active:enabled{
background-color: var(--theme-secondary-color);
border-color: var(--secondary-color);
color: var(--contrast-color);
@ -31,7 +31,7 @@
color: var(--theme-primary-color);
}
.uk-button-primary.outlined:hover:enabled, .uk-button-primary.outlined:focus, .uk-button-primary.outlined:active {
.uk-button-primary.outlined:hover:enabled, .uk-button-primary.outlined:focus:enabled, .uk-button-primary.outlined:active:enabled {
background-color: var(--theme-primary-color);
border-color: var(--theme-primary-color);
color: var(--contrast-color);