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

Commit 0705cd8

Browse files
style: less ugly select
1 parent ec4ee1c commit 0705cd8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

studio/src/app/popovers/editor/app-code/app-code.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ app-code {
1818

1919
ion-select {
2020
min-width: 100%;
21-
padding-left: 0;
2221
}
2322
}
2423

studio/src/global/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
@import "theme/popover";
4141
@import "theme/modal";
4242
@import "theme/input";
43+
@import "theme/select";
4344
@import "theme/loading";
4445
@import "theme/tappable";
4546
@import "theme/content-editable";
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ion-item.item-select {
2+
ion-select {
3+
padding: 8px;
4+
background: var(--ion-color-light);
5+
border: 1px solid #dedede;
6+
border-radius: 4px;
7+
}
8+
}

0 commit comments

Comments
 (0)