mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixed double underline on active tab [Issue #17]
This commit is contained in:
parent
ae51fdc341
commit
519500c760
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Name : Bookface Light
|
||||
Version : 1.5.4
|
||||
Version : 1.5.5
|
||||
Licence : AGPL
|
||||
Created on : 27 Feb 2025
|
||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||
|
@ -971,7 +971,6 @@ ul.nav-tabs {
|
|||
.jot-nav .active a {
|
||||
background-color: transparent !important;
|
||||
border-radius: 0 !important;
|
||||
border-bottom: 3px solid var(--link-color) !important;
|
||||
}
|
||||
.jot-nav .active a:hover, .jot-nav .active a:focus {
|
||||
background-color: transparent !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue