am 13c3e7eb
: am 03e066b7
: am 83e96ca8
: am 1a0159f2
: Merge "CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117" into lmp-docs
* commit '13c3e7eb90ea8b2bed230dd91e79b0e3403c59fb': CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117
This commit is contained in:
commit
46c4bcdcb8
1 changed files with 6 additions and 6 deletions
|
@ -3065,15 +3065,15 @@ select.ide option {
|
|||
font-size:16px;
|
||||
font-weight:500;
|
||||
}
|
||||
/* hide all except eclipse by default */
|
||||
.select-ide.studio,
|
||||
/* hide all except studio by default */
|
||||
.select-ide.eclipse,
|
||||
.select-ide.other {
|
||||
display:none;
|
||||
}
|
||||
/* ... unless eclipse also includes one of the others */
|
||||
.select-ide.eclipse.studio,
|
||||
.select-ide.eclipse.other {
|
||||
display:block;
|
||||
/* ... unless studio also includes one of the others */
|
||||
.select-ide.studio.eclipse,
|
||||
.select-ide.studio.other {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue