Skip to content

Commit 35024a8

Browse files
brianteemanwilsonge
authored andcommitted
[4.0] layout missing from #21424 (#21561)
* [4.0] layout missing from #21424 * hound
1 parent d2fe2ba commit 35024a8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.page-link {
2+
&.active {
3+
padding: 0;
4+
&.current {
5+
padding: .5rem .75rem;
6+
color: #999;
7+
background-color: #dee2e6;
8+
}
9+
a {
10+
padding: .5rem .75rem;
11+
line-height: 2.25;
12+
}
13+
}
14+
&.disabled {
15+
color: #999;
16+
&:hover {
17+
background: transparent;
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)