DescriptionCss fix for list.
Css selector using -webkit-any somehow has more priority than the following standard selector. Example:
-webkit-any(list, grid) {
height: 100px; --This is used.
}
list {
height: 200px; --This is not used.
}
BUG=chromium:79468
TEST=See bug.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81928
Patch Set 1 #Patch Set 2 : '' #Messages
Total messages: 3 (0 generated)
|