diff --git a/systemres/main/resources/base/element/pattern.json b/systemres/main/resources/base/element/pattern.json index c8cfc1f9de571f8ffd39b176a4f2b5a3f94fe9ab..7c8bdaba4967e015f7aecafb0ce16949de760529 100644 --- a/systemres/main/resources/base/element/pattern.json +++ b/systemres/main/resources/base/element/pattern.json @@ -9523,23 +9523,6 @@ } ] }, - { - "name": "ohos_linear_indicator_pattern", - "value": [ - { - "name": "comp_background_tertiary", - "value": "$color:comp_background_tertiary" - }, - { - "name": "comp_background_emphasize", - "value": "$color:comp_background_emphasize" - }, - { - "name": "padding_level8", - "value": "$float:padding_level8" - } - ] - }, { "name": "ohos_scrollable_pattern", "value": [ diff --git a/systemres/main/resources/base/element/theme.json b/systemres/main/resources/base/element/theme.json index d9abc21dd26b2ce8ed15fd6dbe613b86d781400d..350019cc066e0469ec34f1067399c12d56ccca21 100644 --- a/systemres/main/resources/base/element/theme.json +++ b/systemres/main/resources/base/element/theme.json @@ -279,10 +279,6 @@ "name":"hyperlink_pattern", "value":"$pattern:ohos_hyperlink_pattern" }, - { - "name":"linear_indicator_pattern", - "value":"$pattern:ohos_linear_indicator_pattern" - }, { "name":"scrollable_pattern", "value":"$pattern:ohos_scrollable_pattern"