mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(style) add .links user-select: text
This commit is contained in:
parent
7882e6f4cf
commit
7f59d8055e
1 changed files with 9 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ body {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
.fm-header, .mini-icon, .name, .size, .owner, .mode, .keyspanel, .cmd-button {
|
||||
.fm, .keyspanel {
|
||||
-webkit-user-select : none;
|
||||
-moz-user-select : none;
|
||||
-ms-user-select : none;
|
||||
|
|
@ -43,6 +43,14 @@ body {
|
|||
user-select : none;
|
||||
}
|
||||
|
||||
.links {
|
||||
-webkit-user-select : initial;
|
||||
-moz-user-select : initial;
|
||||
-ms-user-select : initial;
|
||||
-o-user-select : initial;
|
||||
user-select : text;
|
||||
}
|
||||
|
||||
.path-icon {
|
||||
position : relative;
|
||||
top : 3px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue