Merge branch 'remove-ghost-selection' into 'dev'
Remove ghost selection on tabs. See merge request ligolang/ligo!675
This commit is contained in:
commit
62e9cd5796
@ -242,6 +242,10 @@ p {
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs .tabs__item {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.tabs .nav-tabs > div {
|
.tabs .nav-tabs > div {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user