Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UHF-8489 Helfi link button plugin #232

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/css/ckeditor.min.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
span[lang]{margin-left:4px;outline:2px dotted #005799;outline-offset:3px}span[lang]::after{color:#005799;content:" (" attr(lang) ")";font-size:.75rem}.select2-container .select2-selection{position:relative}
span[lang]{margin-left:4px;outline:2px dotted #005799;outline-offset:3px}span[lang]::after{color:#005799;content:" (" attr(lang) ")";font-size:.75rem}
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions hdbt_admin.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ regions:
sidebar_first: 'First sidebar'
regions_hidden:
- sidebar_first

ckeditor5-stylesheets:
- dist/css/ckeditor.min.css
2 changes: 2 additions & 0 deletions src/scss/06_components/misc/_select-color-palette.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.select-color-palette {
min-width: 100%;

.color-selection-wrapper {
display: flex;
width: calc(100% - 14px);
Expand Down
6 changes: 1 addition & 5 deletions src/scss/ckeditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ span[lang] {

&::after {
color: #005799;
content: " ("attr(lang)")";
content: ' ('attr(lang)')';
font-size: remify(12px);
}
}

.select2-container .select2-selection {
position: relative;
}
9 changes: 0 additions & 9 deletions translations/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ msgstr ""
"valita lohkon kielen sivun oikeassa ylälaidassa olevasta "
"kielivalinnasta."

msgid ""
"Populates the title attribute of the link, usually shown as a small "
"tooltip on hover."
msgstr ""
"Täyttää linkin otsikko attribuutin, joka näkyy yleensä pienenä "
"työkaluvihjeenä hiiren osoittimessa."

msgid "Published on"
msgstr "Julkaisuaika"
Expand All @@ -96,9 +90,6 @@ msgctxt "Primary color"
msgid "Primary"
msgstr "Pääväri"

msgid "Protocol"
msgstr "Protokolla"

msgid "Pulse"
msgstr "Pulssi"

Expand Down