Skip to content

Commit f6e92ba

Browse files
author
Guillaume Chau
committed
fix(tooltip): input examples
1 parent 8256ae3 commit f6e92ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/devtools/style/global.styl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ $arrow-color = $vue-ui-color-dark
167167
color $green
168168
font-size 12px
169169
padding 0px 8px 6px
170-
margin 0 2px
170+
margin 2px
171171
border-radius 2px
172172
display inline-block
173173
vertical-align baseline
@@ -176,12 +176,14 @@ $arrow-color = $vue-ui-color-dark
176176
&,
177177
.tooltip .tooltip-inner &
178178
.vue-ui-icon
179+
position relative
179180
top 4px
180181
margin-right 4px
182+
transform scale(.8)
181183
svg
182184
fill #444
183185
.vue-ui-dark-mode &
184-
fill #666
186+
fill #ccc
185187

186188
.vue-ui-dark-mode .tooltip .vue-ui-icon svg
187189
fill #666

0 commit comments

Comments
 (0)