CSS change changing default from "Using Eclipse" to "Using Android Studio"
Bug 16679117 Change-Id: I21e4546775114355d04d09888eff21877b5bcab8
This commit is contained in:
@@ -3062,15 +3062,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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user