File: file_urls.css

package info (click to toggle)
vimium 2.1.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: javascript: 12,766; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 343 bytes parent folder | download
1
2
3
4
5
6
/* Chrome file:// URLs set draggable=true for links to files (CSS selector .icon.file). This
 * automatically sets -webkit-user-select: none, which disables selecting the file names and so
 * prevents Vimium's search from working as expected. Here, we reset the value back to default. */
.icon.file {
  -webkit-user-select: auto !important;
}