fix
This commit is contained in:
parent
0bc670c160
commit
14f356f8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,6 @@
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
border-radius: var(--indent-small) var(--indent-small) 0 0;
|
border-radius: var(--indent-small) var(--indent-small) 0 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-shadow: none;
|
|
||||||
}
|
}
|
||||||
.webbpm.account-applications .nav-tabs ~ .tab-active > .active {
|
.webbpm.account-applications .nav-tabs ~ .tab-active > .active {
|
||||||
padding: var(--indent-base) var(--indent-medium);
|
padding: var(--indent-base) var(--indent-medium);
|
||||||
|
|
@ -388,6 +387,7 @@
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.webbpm.account-applications .nav-tabs .active > .nav-link {
|
.webbpm.account-applications .nav-tabs .active > .nav-link {
|
||||||
color: var(--color-link);
|
color: var(--color-link);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue