[Trunk | Library]:

1. library.css: Rename class 'fake_tab' to 'fake-tab'.
2. small-tabs.component.ts: Remove 'uk-list-divider' from tabs list and add nargin instead in each tab of list (to fix problem of hidden active tab).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58798 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-05-28 10:31:16 +00:00
parent 313ddf9364
commit 00c3fc7069
1 changed files with 1 additions and 1 deletions

View File

@ -1964,7 +1964,7 @@ html {
max-width: 150px;
}
.main-tabs > li.uk-active:not(.fake_tab) {
.main-tabs > li.uk-active:not(.fake-tab) {
background-color: white !important;
border-bottom: 1px solid white;
border-top: 3px solid var(--portal-main-color);