projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d38697d
)
Added hover state for footer/header/breadcrumbs/footerBoxes links
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 21 Jan 2016 10:00:11 +0000
(11:00 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 21 Jan 2016 10:00:11 +0000
(11:00 +0100)
wcfsetup/install/files/style/layout/box.scss
patch
|
blob
|
blame
|
history
wcfsetup/install/files/style/layout/pageFooter.scss
patch
|
blob
|
blame
|
history
wcfsetup/install/files/style/ui/breadcrumb.scss
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/layout/box.scss
b/wcfsetup/install/files/style/layout/box.scss
index 2acfa818755034a2d1fc9d503002f595342afe58..095de7280b947ba3cb7bbf91fd5035c072bc5021 100644
(file)
--- a/
wcfsetup/install/files/style/layout/box.scss
+++ b/
wcfsetup/install/files/style/layout/box.scss
@@
-93,6
+93,10
@@
&:first-child:nth-last-child(3) ~ .box {
flex-basis: 33.3333%;
}
+
+ a:hover {
+ text-decoration: underline;
+ }
}
.boxImage {
diff --git
a/wcfsetup/install/files/style/layout/pageFooter.scss
b/wcfsetup/install/files/style/layout/pageFooter.scss
index 155939cc7bc3bbf091e4fbeb5355d0a7ace6a115..101c3daa1cad1aec88724651ce125fd02088d961 100644
(file)
--- a/
wcfsetup/install/files/style/layout/pageFooter.scss
+++ b/
wcfsetup/install/files/style/layout/pageFooter.scss
@@
-10,6
+10,7
@@
&:hover {
color: $wcfFooterLinkActive;
+ text-decoration: underline;
}
}
diff --git
a/wcfsetup/install/files/style/ui/breadcrumb.scss
b/wcfsetup/install/files/style/ui/breadcrumb.scss
index ed40db9646f9bdab0ea79bf79cf374aaf6b8d326..98113439f4c4844a8221fed210f832023709db16 100644
(file)
--- a/
wcfsetup/install/files/style/ui/breadcrumb.scss
+++ b/
wcfsetup/install/files/style/ui/breadcrumb.scss
@@
-28,6
+28,7
@@
&:hover {
color: $wcfNavigationLinkActive;
+ text-decoration: underline;
}
}
}