removed outlines on active states. Left them open on focus.

This commit is contained in:
scottjehl 2011-01-22 14:44:50 -05:00
parent 17663605ce
commit 2a06226def
2 changed files with 1 additions and 2 deletions

View file

@ -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; }

View file

@ -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;