forked from openkylin/platform_build
am 1a0159f2: Merge "CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117" into lmp-docs
* commit '1a0159f216076579d128d17dc8292904606a3420': CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117
This commit is contained in:
commit
83e96ca8c2
|
@ -3065,15 +3065,15 @@ select.ide option {
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
font-weight:500;
|
font-weight:500;
|
||||||
}
|
}
|
||||||
/* hide all except eclipse by default */
|
/* hide all except studio by default */
|
||||||
.select-ide.studio,
|
.select-ide.eclipse,
|
||||||
.select-ide.other {
|
.select-ide.other {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
/* ... unless eclipse also includes one of the others */
|
/* ... unless studio also includes one of the others */
|
||||||
.select-ide.eclipse.studio,
|
.select-ide.studio.eclipse,
|
||||||
.select-ide.eclipse.other {
|
.select-ide.studio.other {
|
||||||
display:block;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue