mirror of https://github.com/kiwix/libkiwix.git
fixed minor codefactor issue
This commit is contained in:
parent
0590f27fa1
commit
cc45c840d1
|
@ -57,6 +57,10 @@ body {
|
|||
border-radius: 1px;
|
||||
width: 195px;
|
||||
height: 35px;
|
||||
flex: 1;
|
||||
color: black;
|
||||
padding: 7px 10px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.kiwixNav__kiwixFilter:-ms-expand {
|
||||
|
@ -75,13 +79,6 @@ body {
|
|||
border: 1px solid #394856;
|
||||
}
|
||||
|
||||
.kiwixNav__kiwixFilter {
|
||||
flex: 1;
|
||||
color: black;
|
||||
padding: 7px 10px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.kiwixNav__select::after {
|
||||
content: '\25BC';
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in New Issue