Skip to content

Commit

Permalink
Fix look of some menu items in bootstrap3 template
Browse files Browse the repository at this point in the history
This resolves the conflict of CSS rules for .close
  • Loading branch information
annda committed Jan 25, 2021
1 parent 9af009d commit 3389981
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ div.plugin__navi {
}
}
}

/**
* Fix conflict with rules for .close in the bootrap3 template
*/
aside#dokuwiki__aside .dw-sidebar-content .plugin__navi ul li.close {
opacity: unset;
font-size: unset;
font-weight: unset;
}

0 comments on commit 3389981

Please sign in to comment.