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:
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;