File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,6 @@ select {
126126 text-align : center ;
127127 a :not (.link-button ) {
128128 text-decoration : underline ;
129- & :hover {
130- background-color : var (--color-primary-element-hover );
131- }
132129 }
133130}
134131
@@ -137,17 +134,17 @@ select {
137134 margin : 16px ;
138135 padding : 14px 20px ;
139136 background-color : var (--color-primary-element );
140- color : #fff ;
137+ color : var ( --color-primary-element-text ) ;
141138 border-radius : var (--border-radius-pill );
142139 border : 1px solid var (--color-primary-element );
143140 box-shadow : 0 2px 9px var (--color-box-shadow );
144141
145142 & :active ,
146143 & :hover ,
147- & :focus {
148- color : var ( --color-primary-element );
149- background-color : var (--color-primary-element-text ) ;
150- border-color : var (--color-primary-element ) !important ;
144+ & :focus ,
145+ & :focus-visible {
146+ box-shadow : 0 0 0 4 px var (--color-main-background ) !important ;
147+ outline : 2 px solid var (--color-main-text ) !important ;
151148 }
152149
153150 & .icon-file {
You can’t perform that action at this time.
0 commit comments