/*
 * CKEditor hack
 * You can't paste in links and links break when loading the edit page if the normal Link
 * button isn't present. But we want people to use Linkit.
 */
 a.cke_button__link {
   display: none !important;
 }