File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -624,3 +624,33 @@ blockquote::before {
624
624
/* Tachyons is missing this class */
625
625
max-height : 10rem ;
626
626
}
627
+
628
+ .select {
629
+ display : inline-block ;
630
+ position : relative ;
631
+ }
632
+
633
+ .select select {
634
+ appearance : none ;
635
+ -webkit-appearance : none ;
636
+ -moz-appearance : none ;
637
+ font-size : 1.25rem ;
638
+ border : $gray 1px solid ;
639
+ background-color : white ;
640
+ padding : 2px 6px ;
641
+ color : $gray ;
642
+ box-sizing : border-box ;
643
+ }
644
+
645
+ .select :after {
646
+ content : " " ;
647
+ position : absolute ;
648
+ top : 50% ;
649
+ right : 8px ;
650
+ width : 0 ;
651
+ height : 0 ;
652
+ margin-top : -2px ;
653
+ border-top : 5px solid $gray ;
654
+ border-right : 5px solid transparent ;
655
+ border-left : 5px solid transparent ;
656
+ }
You can’t perform that action at this time.
0 commit comments