Skip to content

Commit 04ff7a5

Browse files
authored
Merge pull request #50 from Livefyre/1618_aria
LF-23441 adding accessibility stuff
2 parents ef2acf7 + db3c988 commit 04ff7a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamhub-input",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"main": [
55
"./src/main.js"
66
],
@@ -17,7 +17,7 @@
1717
"rework": "gobengo/rework#0.21.0",
1818
"stream": "git://github.com/Livefyre/stream.git#~0.1",
1919
"streamhub-editor": "git://github.com/Livefyre/streamhub-editor.git#1.3.2",
20-
"streamhub-sdk": "git://github.com/Livefyre/streamhub-sdk.git#2.23.0",
20+
"streamhub-sdk": "git://github.com/Livefyre/streamhub-sdk.git#2.25.0",
2121
"view": "git://github.com/Livefyre/view.git#1.4",
2222
"livefyre-theme-styler": "git://github.com/livefyre/livefyre-theme-styler.git#1.1.0",
2323
"node-tiny-uuid": "git://github.com/RiveraGroup/node-tiny-uuid.git#ea7f741c9ad912d8ad2201b25fe9f5d945206386"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Livefyre",
77
"email": "[email protected]"
88
},
9-
"version": "0.9.1",
9+
"version": "0.10.0",
1010
"scripts": {
1111
"postinstall": "bower install",
1212
"start": "node ./dev/server.js",

src/styles/streamhub-input.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
.opacity(0.5);
3838
}
3939

40-
.lf-input-btn:hover {
40+
.lf-input-btn:hover, .lf-input-btn:focus {
4141
background-color: #0f98ec;
42-
.box-shadow(inset 1px 0px 2px 0px rgba(0, 0, 0, 0.1));
42+
.box-shadow(inset 1px 0px 2px 0px rgba(0, 0, 0, 0.3));
4343
}
4444

4545
.lf-input-btn:active {

0 commit comments

Comments
 (0)