aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-08-31 16:31:17 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit0a159353e551295826763cd5c6adb12082ea5782 (patch)
tree46a596c2d431cc1e87d7cead5cda5050252c1e5e /vnext
parent20af9a155fc022faf756744168e2668428ef65d4 (diff)
update links style
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/style/main.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css
index 913572dc..ee3d1ec5 100644
--- a/vnext/src/style/main.css
+++ b/vnext/src/style/main.css
@@ -176,13 +176,11 @@ body > header {
#ctitle a {
padding: 14px;
}
-#global li:hover,
+#global a:hover,
#ctitle a:hover,
.l a:hover {
- background-color: #fff;
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
+ color: #069;
cursor: pointer;
- transition: box-shadow 0.2s ease-in;
}
#search input {
background: #FFF;