Skip to content

Commit 263446a

Browse files
committed
migrate to CSS variables
1 parent 0444b42 commit 263446a

2 files changed

Lines changed: 4 additions & 123 deletions

File tree

module/styles/commons-importing-controller.less

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2727
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
*/
29-
@import-less url("theme.less");
3029

3130
.commons-panel {
3231
margin-bottom: 2em;
@@ -89,8 +88,8 @@ table.parsing-options-table {
8988

9089
.commons-importing-wizard-header {
9190
font-size: 1.3em;
92-
background: @chrome_primary;
93-
padding: @padding_tight;
91+
background: var(--chrome-primary);
92+
padding: var(--padding-tight);
9493
}
9594

9695
.commons-importing-parsing-data-panel {
@@ -112,7 +111,7 @@ table.parsing-options-table {
112111
font-size: 1.3em;
113112
position: absolute;
114113
overflow: auto;
115-
border-top: 5px solid @chrome_primary;
114+
border-top: 5px solid var(--chrome-primary);
116115
background: white;
117-
padding: @padding_looser;
116+
padding: var(--padding-looser);
118117
}

module/styles/theme.less

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)