Skip to content

Commit fe182c1

Browse files
committed
Fix focus color on Select structure
Placing the border on the wrapper element was a remnant from debugging IE and has been removed to restore child input active state border color.
1 parent 90b98e0 commit fe182c1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

client/stylesheets/structures/_select.sass

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
// *************************************
1717
1818
.select
19-
border-radius: $select-borderRadius
20-
border: $b-borderWidth $b-borderStyle darken($c-border, 8%)
2119
color: $select-color
2220
display: block
2321
font-family: $b-fontFamily
@@ -51,7 +49,7 @@
5149
appearance: none
5250
background-color: $select-background
5351
border-radius: $select-borderRadius
54-
border: 0
52+
border: $b-borderWidth $b-borderStyle darken($c-border, 8%)
5553
box-shadow: none
5654
box-sizing: border-box
5755
color: $select-color

0 commit comments

Comments
 (0)