Skip to content

Commit

Permalink
Merge pull request #232 from City-of-Helsinki/UHF-8489
Browse files Browse the repository at this point in the history
UHF-8489 Helfi link button plugin
  • Loading branch information
khalima authored Sep 26, 2023
2 parents affc167 + a6e2ab0 commit fc3de5f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
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

0 comments on commit fc3de5f

Please sign in to comment.