Skip to content

Commit

Permalink
Updated CSS for amp-selector so the outline is less specific. (#7713)
Browse files Browse the repository at this point in the history
* Updated CSS for amp-selector so the outline is less specific. (Issue #7534)

* Added new line at end of file.
  • Loading branch information
Lillian-wang authored and camelburrito committed Feb 22, 2017
1 parent 997e46a commit e12deb1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions extensions/amp-selector/0.1/amp-selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
* limitations under the License.
*/


amp-selector:not([disabled]) [option][selected]:not([disabled]) {
amp-selector [option][selected] {
outline: solid 1px rgba(0,0,0,0.7);
}

amp-selector [selected][disabled],
amp-selector[disabled] [selected] {
outline: none;
}

0 comments on commit e12deb1

Please sign in to comment.