Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 14ae042

Browse files
committed
fix(styles): small fixes
1 parent b9a4967 commit 14ae042

9 files changed

Lines changed: 55 additions & 6 deletions

File tree

.idea/git_toolbox_prj.xml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/icon.svg

Lines changed: 16 additions & 0 deletions
Loading

.idea/webResources.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dark.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/light.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

new/app/themed/data_grid/_dataGrid.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
.data-grid td,
1111
.data-grid th {
1212
border-left-color: $borderLight;
13-
line-height: 2;
1413
}
1514

1615
.data-grid th .sort-order-icon-container {

new/app/themed/ui/_checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ input[type='checkbox']:not(.dt-checkbox-themed):not(.enabled-button) {
7777
content: '' !important;
7878
position: absolute !important;
7979
left: 3px !important;
80-
top: 38% !important;
80+
top: 6px !important;
8181
background: $background !important;
8282
width: 2px !important;
8383
height: 2px !important;

new/app/themed/ui/_inspectorSyntaxHighlight.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ x-link.devtools-link {
239239
}
240240

241241
.cm-line {
242-
caret-color: $accent !important;
242+
caret-color: $accent1 !important;
243243
}
244244

245245
.cm-link {

0 commit comments

Comments
 (0)