Skip to content
This repository was archived by the owner on Aug 25, 2018. It is now read-only.

Commit 80b0d1b

Browse files
committed
🔥 Remove border radi
1 parent db383ae commit 80b0d1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

styles/packages.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,16 @@
205205
&.is-focused {
206206
.focus();
207207
}
208+
&.is-open {
209+
border-top-left-radius: 0;
210+
border-top-right-radius: 0;
211+
}
212+
213+
208214
.Select-option {
209215
&.is-focused {
216+
border-bottom-left-radius: 0;
217+
border-bottom-right-radius: 0;
210218
color: @accent-text-color;
211219
background-color: @accent-color;
212220
}

0 commit comments

Comments
 (0)