Skip to content

Loading…

Disable Tooltips for Advanced Users #1279

Closed
wants to merge 1 commit into from

1 participant

@SW1FT

No description provided.

@SW1FT SW1FT closed this
@SW1FT SW1FT deleted the unknown repository branch
@SW1FT

Since it's intentional, I'll just close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Commits on Apr 19, 2015
  1. @SW1FT
This page is out of date. Refresh to see the latest.
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/css/common.css
View
2 src/css/common.css
@@ -3,7 +3,7 @@
cursor: pointer;
position: relative;
}
-body [data-tip]:after {
+body:not(.advancedUser) [data-tip]:after {
background-color: #333;
border-radius: 3px;
box-sizing: border-box;
Something went wrong with that request. Please try again.