Skip to content

Commit 9bf57ab

Browse files
authored
refactor(ui5-li*): remove background CSS Variable (#802)
Previously it was not possible to change the ui5-li* backgorund directly, but through CSS variables, now you can set the background directly on the tag: ui5-li {background: pink} BREAKING CHANGE: CSS variable --ui5-listitem-background-color is removed, set the desired background directly on the tag.
1 parent 46bfaf1 commit 9bf57ab

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

lib/documentation/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const api = require('../../packages/main/dist/api.json');
2-
const cssVariables = require('../../packages/main/docs/themes/css-vars.json');
2+
const cssVariables = {};
33
const template = require('./templates/template').template;
44
const sinceTemplate = require('./templates/api-component-since').template;
55
const propertiesTemplate = require('./templates/api-properties-section').template;

packages/main/docs/themes/css-vars.json

-14
This file was deleted.

0 commit comments

Comments
 (0)