Skip to content

ParseStyle for border-color #1551

@gllrm-andres

Description

@gllrm-andres

In HTML Writer for tables, I trying set style border-color property, but the parseStyle() should be

case 'border-color':
 $styles['borderColor'] = trim($cValue, '#');
 break;

actually

case 'border-color':
 $styles['color'] = trim($cValue, '#');
 break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions