File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ export default {
8686
8787 .inner {
8888 position : absolute ;
89- top : 7 px ;
90- left : 14 px ;
89+ top : 8 px ;
90+ left : 16 px ;
9191 }
9292}
9393
@@ -97,7 +97,7 @@ export default {
9797 justify-content : center ;
9898 width : 44px ;
9999 height : 18px ;
100- border : 1 px solid #999 ;
100+ border : 0 ;
101101 border-radius : 999px ;
102102 color : #fff ;
103103 font-family : Arial , Verdana , sans-serif ;
@@ -107,17 +107,35 @@ export default {
107107 line-height : 1 ;
108108 text-decoration : none ;
109109 text-transform : none ;
110+ transition : background- color 120ms ease ;
111+ }
112+
113+ .share-button :focus-visible {
114+ outline : 1px dotted #111 ;
115+ outline-offset : 2px ;
110116}
111117
112118.share-button--x {
113119 background : #111 ;
114120}
115121
122+ .share-button--x :hover {
123+ background : #2b2b2b ;
124+ }
125+
116126.share-button--linkedin {
117127 background : #0a66c2 ;
118128}
119129
130+ .share-button--linkedin :hover {
131+ background : #0d76de ;
132+ }
133+
120134.share-button--facebook {
121135 background : #1877f2 ;
122136}
137+
138+ .share-button--facebook :hover {
139+ background : #2d86f3 ;
140+ }
123141 </style >
You can’t perform that action at this time.
0 commit comments