Disable link image for langswitcher
This commit is contained in:
parent
bbe73584c4
commit
d8875fe435
@ -968,4 +968,7 @@ thead {
|
||||
.highlightable {
|
||||
overflow: auto; }
|
||||
|
||||
.langswitcher a {
|
||||
background: none; }
|
||||
|
||||
/*# sourceMappingURL=theme.css.map */
|
||||
|
File diff suppressed because one or more lines are too long
@ -29,3 +29,6 @@
|
||||
|
||||
// Scrollbar
|
||||
@import "theme/scrollbar";
|
||||
|
||||
// LangSwitcher
|
||||
@import "theme/langswitcher";
|
||||
|
5
themes/custom-learn2-dark/scss/theme/_langswitcher.scss
Normal file
5
themes/custom-learn2-dark/scss/theme/_langswitcher.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.langswitcher {
|
||||
a {
|
||||
background: none
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user