Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-08-03 14:08:54 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-08-03 14:08:54 +0300
commita2f1864da01e76c59d682b897398b100eb3bc25a (patch)
tree102afeb3d4caae3d2560f7c4523890a3bbe15c58 /src/pagination.less
parent706c3577c517631e8460b58afe975e6f6abe2c79 (diff)
Update the Docs HTML structure
Diffstat (limited to 'src/pagination.less')
-rw-r--r--src/pagination.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pagination.less b/src/pagination.less
index e4e5c94..a51032d 100644
--- a/src/pagination.less
+++ b/src/pagination.less
@@ -21,7 +21,10 @@
&:hover {
color: @primary-color;
}
- &.disabled {
+ }
+
+ &.disabled {
+ a {
cursor: default;
opacity: .5;
pointer-events: none;