Issue #2249995 by mgifford, Lukas von Blarer: Clean up hover/focus - In Seven.
parent
5ed7af8eb3
commit
f3cf8b0771
|
@ -12,8 +12,11 @@ a,
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover,
|
a:hover,
|
||||||
.link:hover {
|
.link:hover,
|
||||||
|
a:focus,
|
||||||
|
.link:focus {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
outline: 0;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
transition: all 0.1s;
|
transition: all 0.1s;
|
||||||
-webkit-font-smoothing: antialiased; /* 3 */
|
-webkit-font-smoothing: antialiased; /* 3 */
|
||||||
}
|
}
|
||||||
.button:focus,
|
.button:hover,
|
||||||
.button:hover {
|
.button:focus {
|
||||||
background-color: #f9f8f6;
|
background-color: #f9f8f6;
|
||||||
background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
|
background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
|
||||||
background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
|
background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
|
||||||
|
@ -64,8 +64,8 @@
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
.button--primary:focus,
|
.button--primary:hover,
|
||||||
.button--primary:hover {
|
.button--primary:focus {
|
||||||
background-color: #2369a6;
|
background-color: #2369a6;
|
||||||
background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
|
background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
|
||||||
background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
|
background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
|
||||||
|
@ -129,8 +129,8 @@
|
||||||
color: #0074bd;
|
color: #0074bd;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.link:focus,
|
.link:hover,
|
||||||
.link:hover {
|
.link:focus {
|
||||||
color: #008ee6;
|
color: #008ee6;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
@ -155,8 +155,8 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.button--danger:focus,
|
|
||||||
.button--danger:hover,
|
.button--danger:hover,
|
||||||
|
.button--danger:focus,
|
||||||
.button--danger:active {
|
.button--danger:active {
|
||||||
color: #ff2a00;
|
color: #ff2a00;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
|
@ -141,8 +141,8 @@
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
width: auto!important;
|
width: auto!important;
|
||||||
}
|
}
|
||||||
.dropbutton-single .dropbutton-action a:focus,
|
.dropbutton-single .dropbutton-action a:hover,
|
||||||
.dropbutton-single .dropbutton-action a:hover {
|
.dropbutton-single .dropbutton-action a:focus {
|
||||||
background-color: #f9f8f6;
|
background-color: #f9f8f6;
|
||||||
background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
|
background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
|
||||||
background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
|
background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
|
||||||
|
@ -150,7 +150,8 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.dropbutton-single .dropbutton-action a:hover {
|
.dropbutton-single .dropbutton-action a:hover,
|
||||||
|
.dropbutton-single .dropbutton-action a:focus {
|
||||||
box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125);
|
box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125);
|
||||||
}
|
}
|
||||||
.dropbutton-single .dropbutton-action a:active {
|
.dropbutton-single .dropbutton-action a:active {
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
color: #2a678c;
|
color: #2a678c;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
.pager__item a:focus,
|
.pager__item a:hover,
|
||||||
.pager__item a:hover {
|
.pager__item a:focus {
|
||||||
border-bottom-color: #3395d2;
|
border-bottom-color: #3395d2;
|
||||||
color: #3395d2;
|
color: #3395d2;
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,10 +30,10 @@
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.quickedit-button.action-save:focus,
|
|
||||||
.quickedit-button.action-save:hover,
|
.quickedit-button.action-save:hover,
|
||||||
.quickedit-button.action-saving:focus
|
.quickedit-button.action-save:focus,
|
||||||
.quickedit-button.action-saving:hover {
|
.quickedit-button.action-saving:hover,
|
||||||
|
.quickedit-button.action-saving:focus {
|
||||||
background-color: #2369a6;
|
background-color: #2369a6;
|
||||||
background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
|
background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
|
||||||
background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
|
background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
|
||||||
|
@ -41,7 +41,9 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.quickedit-button.action-save:hover,
|
.quickedit-button.action-save:hover,
|
||||||
.quickedit-button.action-saving:hover {
|
.quickedit-button.action-save:focus,
|
||||||
|
.quickedit-button.action-saving:hover,
|
||||||
|
.quickedit-button.action-saving:focus {
|
||||||
box-shadow: 0 1px 2px hsla(203, 10%, 10%, 0.25);
|
box-shadow: 0 1px 2px hsla(203, 10%, 10%, 0.25);
|
||||||
}
|
}
|
||||||
.quickedit-button.action-save:active,
|
.quickedit-button.action-save:active,
|
||||||
|
|
|
@ -34,9 +34,9 @@
|
||||||
.skip-link:active {
|
.skip-link:active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
.skip-link.visually-hidden.focusable:active,
|
.skip-link.visually-hidden.focusable:hover,
|
||||||
.skip-link.visually-hidden.focusable:focus,
|
.skip-link.visually-hidden.focusable:focus,
|
||||||
.skip-link.visually-hidden.focusable:hover
|
.skip-link.visually-hidden.focusable:active
|
||||||
{
|
{
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,8 @@ tr {
|
||||||
thead > tr {
|
thead > tr {
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
}
|
}
|
||||||
tbody tr:hover {
|
tbody tr:hover,
|
||||||
|
tbody tr:focus {
|
||||||
background: #f7fcff;
|
background: #f7fcff;
|
||||||
}
|
}
|
||||||
td,
|
td,
|
||||||
|
@ -80,17 +81,17 @@ th.active img {
|
||||||
th.active > a:after {
|
th.active > a:after {
|
||||||
border-bottom-color: #004875;
|
border-bottom-color: #004875;
|
||||||
}
|
}
|
||||||
th > a:focus,
|
|
||||||
th > a:hover,
|
th > a:hover,
|
||||||
th.active > a:focus,
|
th > a:focus,
|
||||||
th.active > a:hover {
|
th.active > a:hover,
|
||||||
|
th.active > a:focus {
|
||||||
color: #008ee6;
|
color: #008ee6;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
th > a:focus:after,
|
|
||||||
th > a:hover:after,
|
th > a:hover:after,
|
||||||
th.active > a:focus:after,
|
th > a:focus:after,
|
||||||
th.active > a:hover:after {
|
th.active > a:hover:after,
|
||||||
|
th.active > a:focus:after {
|
||||||
border-bottom-color: #008ee6;
|
border-bottom-color: #008ee6;
|
||||||
}
|
}
|
||||||
td .item-list ul {
|
td .item-list ul {
|
||||||
|
|
|
@ -46,7 +46,8 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.tabs__tab:hover {
|
.tabs__tab:hover,
|
||||||
|
.tabs__tab:focus {
|
||||||
color: #008ee6;
|
color: #008ee6;
|
||||||
background-color: #fafaf7;
|
background-color: #fafaf7;
|
||||||
}
|
}
|
||||||
|
@ -238,7 +239,8 @@ li.tabs__tab a {
|
||||||
border-left: 2px solid #004f80;
|
border-left: 2px solid #004f80;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
.tabs.secondary .tabs__tab:hover {
|
.tabs.secondary .tabs__tab:hover,
|
||||||
|
.tabs.secondary .tabs__tab:focus {
|
||||||
color: #008ee6;
|
color: #008ee6;
|
||||||
border-left: 2px solid #008ee6;
|
border-left: 2px solid #008ee6;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
|
@ -273,6 +275,7 @@ li.tabs__tab a {
|
||||||
.is-horizontal .tabs.secondary .tabs__tab.active {
|
.is-horizontal .tabs.secondary .tabs__tab.active {
|
||||||
border-bottom-color: #004f80;
|
border-bottom-color: #004f80;
|
||||||
}
|
}
|
||||||
.is-horizontal .tabs.secondary .tabs__tab:hover {
|
.is-horizontal .tabs.secondary .tabs__tab:hover,
|
||||||
|
.is-horizontal .tabs.secondary .tabs__tab:focus {
|
||||||
border-bottom-color: #008ee6;
|
border-bottom-color: #008ee6;
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,7 +71,8 @@
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.joyride-close-tip:hover {
|
.joyride-close-tip:hover,
|
||||||
|
.joyride-close-tip:focus {
|
||||||
color: rgba(255,255,255, 0.9);
|
color: rgba(255,255,255, 0.9);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -181,7 +181,8 @@ details.fieldset-no-legend {
|
||||||
border-radius: 7px 7px 0 0;
|
border-radius: 7px 7px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.views-displays .secondary .open > a:hover {
|
.views-displays .secondary .open > a:hover,
|
||||||
|
.views-displays .secondary .open > a:focus {
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
color: #008BCB;
|
color: #008BCB;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue