Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
[Password Manager] Disables copying of origins on chrome://settings/p…
Browse files Browse the repository at this point in the history
…asswords

Copying of origins works wrong because of RTL text direction of CSS class 'left-elided_url'. RTL text direction was introduced to elide origins from the left.

The origin is clickable. So there is no need copy it as a text.

Review URL: https://codereview.chromium.org/1581363004

Cr-Commit-Position: refs/heads/master@{#370184}
  • Loading branch information
kolos authored and Commit bot committed Jan 19, 2016
1 parent 2e7a4d4 commit 5dc7e94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chrome/browser/resources/options/password_manager_list.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ input.inactive-item {
width: 30%;
}

#saved-passwords-list .url,
#saved-passwords-list .name {
-webkit-user-select: text;
}
Expand Down

0 comments on commit 5dc7e94

Please sign in to comment.