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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-25 01:54:23 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-25 01:54:23 +0300
commit284d78fcd859335578f2cc5ca45af66809db6b0d (patch)
treec92849e7b19dcb0808712eff9e38f9db616d2eab
parent15cc14f7223b51338847884eeacf7032462a204c (diff)
Disable hover effects
As the comments say: Sometimes it wasn't smooth, so i disabled them.
-rw-r--r--static/css/main.css18
1 files changed, 14 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 122168f..43ef899 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -102,7 +102,10 @@ main {
text-align: center;
text-decoration: none;
font-size: 13px;
+ /*
+ XXX Maybe but this in? Somethimes it's not smooth and that makes it ugly...
transition: color,border-color 0.1s linear;
+ */
}
.global-footer .sns-links a i {
@@ -113,7 +116,10 @@ main {
.article-list h2 a {
text-decoration: none;
+ /*
+ XXX Maybe but this in? Somethimes it's not smooth and that makes it ugly...
transition: color 0.1s linear;
+ */
}
.article-title {
@@ -132,7 +138,10 @@ main {
padding: 0 10px;
border-radius: 12px;
text-decoration: none;
+ /*
+ XXX Maybe but this in? Somethimes it's not smooth and that makes it ugly...
transition: color,border-color,background-color 0.1s linear;
+ */
}
.not-found h1 {
@@ -243,11 +252,12 @@ article section img {
-ms-user-select: none;
}
-.btn:hover, .btn-primary:hover, .btn-default:hover {
- -webkit-transition: background-color 0.1s linear;
- -ms-transition: background-color 0.1s linear;
- transition: background-color 0.1s linear;
+/*
+XXX Maybe but this in? Somethimes it's not smooth and that makes it ugly...
+.btn, .btn-primary, a.btn-default, a {
+ transition: all 0.1s linear;
}
+*/
.btn-older-posts {
float: left;