mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Clean up misc. formatting, cursor
and outline
styles
This commit is contained in:
parent
2feb6c1680
commit
a12b12bef1
@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
/* Firefox: Get rid of the inner focus border */
|
||||
.pure-button::-moz-focus-inner{
|
||||
.pure-button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
@ -49,7 +49,7 @@
|
||||
-khtml-opacity: 0.40;
|
||||
-moz-opacity: 0.40;
|
||||
opacity: 0.40;
|
||||
cursor: not-allowed;
|
||||
cursor: default;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
}
|
||||
|
||||
.pure-menu-open > ul:focus {
|
||||
outline: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.pure-menu li { position: relative; }
|
||||
|
Loading…
Reference in New Issue
Block a user