|
@@ -9,13 +9,15 @@
|
|
|
@import "../mixins/_shadow.css";
|
|
@import "../mixins/_shadow.css";
|
|
|
|
|
|
|
|
.ck-link-actions {
|
|
.ck-link-actions {
|
|
|
- padding: var(--ck-spacing-standard) var(--ck-spacing-medium);
|
|
|
|
|
|
|
+ padding: var(--ck-spacing-standard);
|
|
|
|
|
|
|
|
& .ck-button {
|
|
& .ck-button {
|
|
|
border: 0;
|
|
border: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
& .ck-button.ck-link-actions__preview {
|
|
& .ck-button.ck-link-actions__preview {
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+
|
|
|
&,
|
|
&,
|
|
|
&:hover,
|
|
&:hover,
|
|
|
&:focus,
|
|
&:focus,
|
|
@@ -32,13 +34,14 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
& .ck-button__label {
|
|
& .ck-button__label {
|
|
|
|
|
+ padding: 0 var(--ck-spacing-standard);
|
|
|
color: var(--ck-color-link-default);
|
|
color: var(--ck-color-link-default);
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
/* Match the box model of the link editor form's input so the balloon
|
|
/* Match the box model of the link editor form's input so the balloon
|
|
|
does not change width when moving between actions and the form. */
|
|
does not change width when moving between actions and the form. */
|
|
|
- max-width: 17em;
|
|
|
|
|
|
|
+ max-width: 18em;
|
|
|
min-width: 3em;
|
|
min-width: 3em;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|