stable

Clone or download

Read-only

feat: Style ellipsis button

The ellipsis button needs a special treatment: text is white and it has no border/no background. Furthermore the text has a bigger font size so that the ellipsis is more visible. So a new dedicated class `.tlp-button-ellipsis` is introduced. It has a different look 'n feel when it is used in the header on a project with a background image. Part of story #28273: create OnlyOffice documents Change-Id: I715b4a6b5ab63853e049f165c327ef86de8ef2f5

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.vue +2 −1 Go to diff View file
M plugins/document/themes/_dropdown-button.scss +0 −5 Go to diff View file
M plugins/document/themes/_project_background_header.scss +15 −0 Go to diff View file
M src/scripts/main/src/tlp-doc/css/main.scss +15 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_buttons.scss +70 −0 Go to diff View file
A src/www/tlp-doc/resources/buttons/btn/ellipsis/doc.html +1 −0 Go to diff View file
A src/www/tlp-doc/resources/buttons/btn/ellipsis/example.html +9 −0 Go to diff View file
A src/www/tlp-doc/resources/buttons/btn/ellipsis/manifest.json +4 −0 Go to diff View file
M src/www/tlp-doc/resources/buttons/btn/manifest.json +2 −2 Go to diff View file