Inline link toolbar, Mac and Chrome, iPhone 6+


With 4.3-alpha-32949. For #32604.

Being able to visit links from within the editor means no more cut-and-paste. Love it. Seeing the link without having to pop up the modal is also nice.

Mac and chrome:

#gallery-51 {
margin: auto;
}
#gallery-51 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-51 img {
border: 2px solid #cfcfcf;
}
#gallery-51 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */

iPhone 6+:

#gallery-52 {
margin: auto;
}
#gallery-52 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-52 img {
border: 2px solid #cfcfcf;
}
#gallery-52 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */

#32604, #4-3, #beta, #chrome, #editor, #ios, #link-toolbar, #links, #macos, #safari, #visual-survey, #web