askbot-dragon 1.6.66-beta → 1.6.67-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -760,7 +760,6 @@ export default {
|
|
|
760
760
|
display: flex;
|
|
761
761
|
align-items: center;
|
|
762
762
|
justify-content: space-between;
|
|
763
|
-
color: #a9b3c6;
|
|
764
763
|
cursor: pointer;
|
|
765
764
|
|
|
766
765
|
img {
|
|
@@ -1011,7 +1010,6 @@ export default {
|
|
|
1011
1010
|
.libang_source_name {
|
|
1012
1011
|
display: flex;
|
|
1013
1012
|
align-items: center;
|
|
1014
|
-
color: #a9b3c6;
|
|
1015
1013
|
height: 20px;
|
|
1016
1014
|
margin-bottom: 2px;
|
|
1017
1015
|
img {
|