We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8256ae3 commit f6e92baCopy full SHA for f6e92ba
src/devtools/style/global.styl
@@ -167,7 +167,7 @@ $arrow-color = $vue-ui-color-dark
167
color $green
168
font-size 12px
169
padding 0px 8px 6px
170
- margin 0 2px
+ margin 2px
171
border-radius 2px
172
display inline-block
173
vertical-align baseline
@@ -176,12 +176,14 @@ $arrow-color = $vue-ui-color-dark
176
&,
177
.tooltip .tooltip-inner &
178
.vue-ui-icon
179
+ position relative
180
top 4px
181
margin-right 4px
182
+ transform scale(.8)
183
svg
184
fill #444
185
.vue-ui-dark-mode &
- fill #666
186
+ fill #ccc
187
188
.vue-ui-dark-mode .tooltip .vue-ui-icon svg
189
fill #666
0 commit comments