aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2022-10-10 12:13:12 +0200
committersonartech <sonartech@sonarsource.com>2022-10-13 20:03:17 +0000
commit01cd6321628372eff4b45cd07bc0a83c5c3c5c37 (patch)
tree42e292d890a6361d452e047b67b0f4d7435772ba /server/sonar-web/src/main/js/app
parent53ac6897483485e2a5811c79e9104f50940b6822 (diff)
downloadsonarqube-01cd6321628372eff4b45cd07bc0a83c5c3c5c37.tar.gz
sonarqube-01cd6321628372eff4b45cd07bc0a83c5c3c5c37.zip
[NO JIRA] Do not show focus dotted outline on text inputs or checkboxes
Diffstat (limited to 'server/sonar-web/src/main/js/app')
-rw-r--r--server/sonar-web/src/main/js/app/styles/init/forms.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/styles/init/forms.css b/server/sonar-web/src/main/js/app/styles/init/forms.css
index e601bd697e7..cea003ae596 100644
--- a/server/sonar-web/src/main/js/app/styles/init/forms.css
+++ b/server/sonar-web/src/main/js/app/styles/init/forms.css
@@ -54,7 +54,7 @@ textarea:focus,
select:focus {
border-color: var(--blue);
box-shadow: none;
- outline: none;
+ outline: none !important;
}
input[type='text']:invalid,