File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
primer-support/lib/mixins Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 i {
2323 font-style : normal ;
2424 font-weight : $font-weight-semibold ;
25- opacity : 0.6 ;
25+ opacity : 0.75 ;
2626 }
2727
2828 .octicon {
Original file line number Diff line number Diff line change 4343 } @else {
4444 & :focus ,
4545 & .focus {
46- box-shadow : 0 0 0 0.2em rgba ($bg , 0.3 );
46+ box-shadow : 0 0 0 0.2em rgba ($bg , 0.4 );
4747 }
4848
4949 & :hover ,
8686 background-image : linear-gradient (-180deg , $bg 0% , $bg2 90% );
8787
8888 & :focus {
89- box-shadow : 0 0 0 0.2em rgba ($color , 0.3 );
89+ box-shadow : 0 0 0 0.2em rgba ($color , 0.4 );
9090 }
9191
9292 & :hover {
147147
148148 & :focus {
149149 border-color : $text-color ;
150- box-shadow : 0 0 0 0.2em rgba ($text-color , 0.3 );
150+ box-shadow : 0 0 0 0.2em rgba ($text-color , 0.4 );
151151 }
152152
153153 & :disabled ,
You can’t perform that action at this time.
0 commit comments