Skip to content

Commit b49b049

Browse files
cleanup code, correct scoping for label block display
1 parent 2d0215d commit b49b049

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ <h1>Choose a License for Your Work</h1>
168168
<div>
169169
<input type="radio" id="no-attribution" name="attribution" value="no" />
170170
<label for="no-attribution">No</label>
171-
<!-- <span role="tooltip">Anyone can use my work, even without giving me attribution.</span> -->
172171
</div>
173172

174173
</fieldset>

src/style.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,19 +164,10 @@
164164
}
165165

166166
.chooser-page form#chooser label {
167-
/* display: block; */
168167
font-size: .7em;
169168
font-weight: 400;
170169
}
171170

172-
.chooser-page form#chooser span[role=tooltip] {
173-
display: block;
174-
font-size: .7em;
175-
font-weight: 400;
176-
opacity: .3;
177-
178-
}
179-
180171
.chooser-page form#chooser #attribution-details span {
181172
display: inline-block;
182173
padding: .7em 0;
@@ -185,6 +176,10 @@
185176
line-height: 1.3;
186177
}
187178

179+
.chooser-page form#chooser #attribution-details label {
180+
display: block;
181+
}
182+
188183
.chooser-page form#chooser #attribution-details div {
189184
margin-bottom: .5em;
190185
}

0 commit comments

Comments
 (0)