summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:11:05 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:11:05 +0000
commit812982e918a546f08785e74979332168ef96e7ee (patch)
tree764f3ec3dd764b1b00baec0f3eb2d50d20350860 /remoting
parent3b6621c51c93441c05e37fddbdcf044c9fe45810 (diff)
downloadchromium_src-812982e918a546f08785e74979332168ef96e7ee.zip
chromium_src-812982e918a546f08785e74979332168ef96e7ee.tar.gz
chromium_src-812982e918a546f08785e74979332168ef96e7ee.tar.bz2
Don't colour visited links differently.
(As requested by UX) BUG=None Review URL: https://chromiumcodereview.appspot.com/11293032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/webapp/main.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 8688ee3..6881394 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -33,10 +33,6 @@ a {
cursor: pointer;
}
-a:visited {
- color: #61c;
-}
-
a:active {
color: #d14836;
}