mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-11 16:13:11 +00:00
removed outlines on active states. Left them open on focus.
This commit is contained in:
parent
17663605ce
commit
2a06226def
2 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
|||
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
|
||||
*/
|
||||
.ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; }
|
||||
.ui-btn:focus, .ui-btn a:focus { outline: none; }
|
||||
.ui-header .ui-btn, .ui-footer .ui-btn, .ui-bar .ui-btn { display: inline-block; font-size: 13px; margin: 0; }
|
||||
.ui-btn-inline { display: inline-block; }
|
||||
.ui-btn-inner { padding: .6em 25px; display: block; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; }
|
||||
|
|
|
|||
|
|
@ -625,6 +625,7 @@ a.ui-link-inherit {
|
|||
color-stop(0, #85bae4),
|
||||
color-stop(1, #5393c5));
|
||||
-msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#85bae4', EndColorStr='#5393c5')";
|
||||
outline: none;
|
||||
}
|
||||
.ui-btn-active a.ui-link-inherit {
|
||||
color: #fff;
|
||||
|
|
@ -984,7 +985,6 @@ a.ui-link-inherit {
|
|||
-----------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.ui-focus {
|
||||
outline-width: 0;
|
||||
-moz-box-shadow: 0px 0px 12px #387bbe;
|
||||
-webkit-box-shadow: 0px 0px 12px #387bbe;
|
||||
box-shadow: 0px 0px 12px #387bbe;
|
||||
|
|
|
|||
Loading…
Reference in a new issue