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
546088c463
commit
c35be46445
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Auto Color Mode
|
Name : Bookface Auto Color Mode
|
||||||
Version : 1.5.4
|
Version : 1.5.5
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 27 Feb 2025
|
Created on : 27 Feb 2025
|
||||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||||
|
@ -972,7 +972,6 @@
|
||||||
.jot-nav .active a {
|
.jot-nav .active a {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
border-bottom: 3px solid var(--link-color) !important;
|
|
||||||
}
|
}
|
||||||
.jot-nav .active a:hover, .jot-nav .active a:focus {
|
.jot-nav .active a:hover, .jot-nav .active a:focus {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
@ -3605,7 +3604,6 @@ p.wall-item-announce,
|
||||||
.jot-nav .active a {
|
.jot-nav .active a {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
border-bottom: 3px solid var(--link-color) !important;
|
|
||||||
}
|
}
|
||||||
.jot-nav .active a:hover, .jot-nav .active a:focus {
|
.jot-nav .active a:hover, .jot-nav .active a:focus {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue