PLT-5281 error messages contain a link to documentation about reserved words (#5530)
* PLT-5281 error messages contain a link to documentation about reserved words * Updated comments per PM review * Proposed fix to review comments
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
4dc03613b4
Коммит
9cfa733178
@@ -1727,10 +1727,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
// on iOS, allow clicks within an input's label to actually propagate through to the input itself
|
||||
// on iOS, allow clicks within an input's label to actually propagate through to the input itself,
|
||||
// but still allow clicks to a elements to go trough
|
||||
// http://stackoverflow.com/a/34810294/6325807
|
||||
label span {
|
||||
label {
|
||||
span {
|
||||
pointer-events: none;
|
||||
}
|
||||
span a {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
|
||||
Ссылка в новой задаче
Block a user