mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 21:30:47 +08:00
22 lines
341 B
CSS
22 lines
341 B
CSS
.moderationActions {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.arrow {
|
|
-ms-user-select:none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-webkit-touch-callout:none;
|
|
user-select: none;
|
|
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
|
}
|
|
|
|
.arrow:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 16px;
|
|
} |