Skip to content

Commit 955d82b

Browse files
authored
[Update] Remove unnecessary classes from the CSS file
The file had some extra CSS that wasn't required before since it was used for testing. This got removed as it wasn't intended to be up to begin with. Signed-off-by: Jorch C. <jacortez_94@hotmail.com>
1 parent 905c77c commit 955d82b

1 file changed

Lines changed: 0 additions & 35 deletions

File tree

Dist/Functional/Tooltip.css

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -99,38 +99,3 @@
9999
[wt-tooltip-content]:not([wt-tooltip-content=""])[wt-tooltip-position~=align-right][wt-tooltip-position~=bottom]::after {
100100
transform-origin: right top;
101101
}
102-
103-
.svg-symbols {
104-
display: none;
105-
}
106-
107-
body {
108-
margin: 0;
109-
font-family: lato, sans-serif;
110-
font-size: 16px;
111-
display: flex;
112-
justify-content: center;
113-
align-items: center;
114-
flex-wrap: wrap;
115-
height: 100vh;
116-
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/436544/wyperfeld.jpg);
117-
background-size: cover;
118-
background-position: center top;
119-
}
120-
121-
.example-element {
122-
height: 36px;
123-
width: 36px;
124-
margin: 6px;
125-
color: rgba(255, 255, 255, 0.5);
126-
}
127-
128-
.example-element:hover {
129-
color: white;
130-
}
131-
132-
.example-element svg {
133-
height: 100%;
134-
width: 100%;
135-
fill: currentColor;
136-
}

0 commit comments

Comments
 (0)