File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/devtest.css?v={{AssetVersion}}">
3
3
<div class="page-content devtest ui container">
4
4
<div>
5
+ <h1>Link</h1>
6
+ <div>
7
+ <a href="#">normal</a>
8
+ <a class="muted" href="#">muted</a>
9
+ <a class="suppressed" href="#">suppressed</a>
10
+ <a class="silenced" href="#">silenced</a>
11
+ </div>
5
12
<h1>Button</h1>
6
13
<div>
7
14
Style:
Original file line number Diff line number Diff line change 219
219
text-decoration-skip-ink : all;
220
220
}
221
221
222
+ a : hover {
223
+ text-decoration-line : underline;
224
+ }
225
+
222
226
/* a = always colored, underlined on hover */
223
227
/* a.muted = colored on hover, underlined on hover */
224
228
/* a.suppressed = never colored, underlined on hover */
@@ -239,26 +243,21 @@ a.muted:hover [class*="color-text"],
239
243
color : var (--color-primary );
240
244
}
241
245
242
- a .muted : hover ,
243
- a .suppressed : hover {
244
- text-decoration-line : underline;
245
- }
246
-
247
246
a .silenced : hover ,
248
247
a .suppressed : hover {
249
248
color : inherit;
250
249
}
251
250
252
251
a .silenced : hover {
253
- text-decoration : none;
252
+ text-decoration-line : none;
254
253
}
255
254
256
255
a .label ,
257
256
.ui .search .results a ,
258
257
.ui .menu a ,
259
258
.ui .cards a .card ,
260
259
.issue-keyword a {
261
- text-decoration : none !important ;
260
+ text-decoration-line : none !important ;
262
261
}
263
262
264
263
.ui .search > .results {
You can’t perform that action at this time.
0 commit comments