Fix: ULS popup moves to sidebar if opened from ime menu
Issues fixed: Incorrect position of ULS when accessed from more languages button of input/display settings, when language settings opened from ime menu. Arrow(callout) appearing for ULS when opened from more languages button of input/display settings, when language settings opened from ime menu. Used a class 'callout' to mark whether windows need callout arrow or not. Bug: 49060 Change-Id: Ic4c0a1e386918494a0d006a02dd0cf93ef269163
This commit is contained in:
committed by
Gerrit Code Review
parent
6a9b31ad26
commit
e9ab300889
@@ -58,7 +58,7 @@ x:-o-prefocus, body.rtl li#pt-uls {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uls-menu .caret-before {
|
||||
.uls-menu.callout .caret-before {
|
||||
border-top: 20px solid transparent;
|
||||
border-right: 20px solid #AAA;
|
||||
border-bottom: 20px solid transparent;
|
||||
@@ -68,7 +68,7 @@ x:-o-prefocus, body.rtl li#pt-uls {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.uls-menu .caret-after {
|
||||
.uls-menu.callout .caret-after {
|
||||
border-top: 20px solid transparent;
|
||||
border-right: 20px solid #FCFCFC;
|
||||
border-bottom: 20px solid transparent;
|
||||
|
||||
Reference in New Issue
Block a user