mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
updated less to use .pointer mixin
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
cursor: pointer;
|
.pointer;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top:25px;
|
padding-top:25px;
|
||||||
cursor: pointer;
|
.pointer;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|||||||
@@ -55,8 +55,7 @@ button, a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toaster-alert {
|
.toaster-alert {
|
||||||
|
.pointer;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer.footer {
|
footer.footer {
|
||||||
@@ -113,7 +112,7 @@ footer.footer {
|
|||||||
strong {
|
strong {
|
||||||
color: rgb(100,100,100);
|
color: rgb(100,100,100);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
cursor: pointer;
|
.pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -177,7 +176,7 @@ footer.footer {
|
|||||||
div {
|
div {
|
||||||
color: #333;
|
color: #333;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
cursor: pointer;
|
.pointer;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
p {
|
p {
|
||||||
color: #333;
|
color: #333;
|
||||||
@@ -525,7 +524,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-none {
|
.btn-none {
|
||||||
cursor: pointer;
|
.pointer;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
-moz-border-radius: 0;
|
-moz-border-radius: 0;
|
||||||
@@ -589,7 +588,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer;
|
.pointer;
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
|
|
||||||
-webkit-transition: margin-top 250ms ease;
|
-webkit-transition: margin-top 250ms ease;
|
||||||
|
|||||||
@@ -179,7 +179,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.favourite {
|
.favourite {
|
||||||
cursor: pointer;
|
.pointer;
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user