diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-10 13:42:56 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-14 11:44:44 +0200 |
commit | 214bfb967b6aa49e1c3f7ce31cf1e8cd83a9e336 (patch) | |
tree | a35874eadc745380c629998dec33534c3c9fa350 /server/sonar-web/src/main/less | |
parent | 01fb5079116562408e83dbeeda04473a1084581c (diff) | |
download | sonarqube-214bfb967b6aa49e1c3f7ce31cf1e8cd83a9e336.tar.gz sonarqube-214bfb967b6aa49e1c3f7ce31cf1e8cd83a9e336.zip |
SONAR-9608 Focus the measures page content when selecting a component with shortcuts
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r-- | server/sonar-web/src/main/less/init/misc.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/less/init/misc.less b/server/sonar-web/src/main/less/init/misc.less index c46f93386cb..e174fe08e23 100644 --- a/server/sonar-web/src/main/less/init/misc.less +++ b/server/sonar-web/src/main/less/init/misc.less @@ -265,6 +265,11 @@ td.big-spacer-top { cursor: not-allowed; } +.no-outline, +.no-outline:focus { + outline: none; +} + // Background Color .bg-variant(@color, @fontColor: #fff) { |