mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
pl,pr,plr
This commit is contained in:
parent
8ea10c2901
commit
b824e98d1c
119 changed files with 191 additions and 211 deletions
|
@ -29,7 +29,7 @@ export class RowButton implements Component<RowButtonAttrs> {
|
|||
return m(BaseButton, {
|
||||
label: attrs.label,
|
||||
text: m(
|
||||
".plr-button.text-ellipsis",
|
||||
".plr-8.text-ellipsis",
|
||||
{
|
||||
style: { color },
|
||||
// When the label doesn't match content, screen readers read both
|
||||
|
@ -51,7 +51,7 @@ export class RowButton implements Component<RowButtonAttrs> {
|
|||
: attrs.icon === "none"
|
||||
? m(".icon-24.mr-8")
|
||||
: null,
|
||||
class: "flex items-center state-bg button-content plr-button " + attrs.class,
|
||||
class: "flex items-center state-bg button-content plr-8 " + attrs.class,
|
||||
style: {
|
||||
...attrs.style,
|
||||
color,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue