Skip to content

Commit d16f56b

Browse files
committed
Merge pull request #36 from 10gen/outlined-undefined-bar
style change for undefined bar, outlined instead of solid gray
2 parents 5753f39 + a2ac1d2 commit d16f56b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scout-ui/src/home/index.less

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,8 @@
155155
}
156156

157157
.schema-field-type-undefined > .schema-field-type {
158-
background: @gray6;
159-
}
160-
161-
.schema-field-type-undefined > .schema-field-type-label {
162-
color: @gray5;
158+
background: white;
159+
border: 1px solid @gray5;
163160
}
164161

165162
// .schema-field-type-null {

0 commit comments

Comments
 (0)