Skip to content

Commit

Permalink
Select text in Plugin Manager
Browse files Browse the repository at this point in the history
  Enhancement to select text in Plugin Manager view
  See issue LightTable#2178
  • Loading branch information
ahoffer authored and sbauer322 committed Feb 15, 2017
1 parent 8db0585 commit 2c579a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
.lein-plugins/
.nrepl-port
/builds/
.idea
*.iml
4 changes: 2 additions & 2 deletions deploy/core/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,12 @@ body { -webkit-user-select: none; }
.plugin-manager { padding:10px 5px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column; }
.plugin-manager h1 { font-size:14pt; margin-bottom:0; line-height:1.3em; }
.plugin-manager p { margin-top:10px;}
.plugin-manager li { padding-left:5px; padding-top:8px; margin:0; padding-bottom:12px; position:relative; }
.plugin-manager li { padding-left:5px; padding-top:8px; margin:0; padding-bottom:12px; position:relative; -webkit-user-select: text;}
.plugin-manager .tabs { min-height:30px; }
.plugin-manager .enabled { float:right; position:absolute; right:0; top:1px; overflow:auto; }
.plugin-manager .plugins { flex:1; display:block; overflow:auto; }
.plugin-manager .server-plugins { flex:1; display:none; overflow:auto; }
.plugin-manager .link { text-decoration:underline; cursor:pointer; }
.plugin-manager .link { cursor:pointer; }
.plugin-manager.server .server-plugins { display:block; }
.plugin-manager.server .plugins { display:none; }

Expand Down

0 comments on commit 2c579a5

Please sign in to comment.