Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a0159f2 authored by David Friedman's avatar David Friedman Committed by Android (Google) Code Review
Browse files

Merge "CSS change changing default from "Using Eclipse" to "Using Android...

Merge "CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117" into lmp-docs
parents 102db8b5 40e3bece
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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;
}