Skip to content

Commit 555d5f0

Browse files
committed
Merge remote-tracking branch 'michelled/IDI-50' into development
* michelled/IDI-50: IDI-50: Changed the focus styling to decrease jumping on focus.
2 parents f05f635 + 02b35bb commit 555d5f0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

style-ltie7.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body {
33
margin: auto;
44
}
55

6-
.fl-site-link a, .fl-site-nav-main a {
6+
.fl-site-link a, .fl-site-nav-main a, .idi-cluster-name, .idi-map-link, .idi-article-title, .twitter-follow-button {
77
border: none;
88
}
99

style.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ Version: 1.0
4545
src: local('Lato Black'), local('Lato-Black'), url('fonts/Lato-Black.woff') format('woff');
4646
}
4747

48-
:focus,
48+
a:focus,
4949
.fl-site-link a:focus,
5050
.fl-site-nav-main a:focus,
51-
.fl-uiOptions-fatPanel .fl-toggleButton:focus {
52-
border: 5px solid #FFCC00;
51+
.fl-uiOptions-fatPanel .fl-toggleButton:focus,
52+
.idi-cluster-name:focus {
53+
border: 2px solid #FFCC00;
5354
outline: none;
5455
}
5556
:active,
5657
.idi-no-tab-focus:focus {
5758
border: none;
5859
}
59-
60-
.fl-site-link a {
61-
border: 5px solid transparent;
60+
.fl-site-link a, .idi-cluster-name, .idi-map-link, .idi-article-title, .twitter-follow-button {
61+
border: 2px solid transparent;
6262
}
6363
.fl-theme-uio-bw .fl-site-link a, .fl-theme-uio-wb .fl-site-link a, .fl-theme-uio-by .fl-site-link a, .fl-theme-uio-yb .fl-site-link a {
6464
border-width: 0px;

0 commit comments

Comments
 (0)