aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss
diff options
context:
space:
mode:
authorTerry Smith <52763493+tshfx@users.noreply.github.com>2019-07-16 10:36:57 +0800
committerDan J Miller <danjm.com@gmail.com>2019-07-16 10:36:57 +0800
commit721215973a5d317ed587c9ee9e63b6fb97afacf8 (patch)
tree547ad3e45314b5358bff156f1cee9f9ed0348c11 /ui/app/css/itcss
parent78cdee23c0f9ba0a6e54bab0ddccc4df3abfe3d9 (diff)
downloadtangerine-wallet-browser-721215973a5d317ed587c9ee9e63b6fb97afacf8.tar.gz
tangerine-wallet-browser-721215973a5d317ed587c9ee9e63b6fb97afacf8.tar.zst
tangerine-wallet-browser-721215973a5d317ed587c9ee9e63b6fb97afacf8.zip
Re enable the setMouseUserState styles. (#6860)
Typo
Diffstat (limited to 'ui/app/css/itcss')
-rw-r--r--ui/app/css/itcss/generic/index.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app/css/itcss/generic/index.scss b/ui/app/css/itcss/generic/index.scss
index 8b282aa1e..e0cc881cb 100644
--- a/ui/app/css/itcss/generic/index.scss
+++ b/ui/app/css/itcss/generic/index.scss
@@ -43,6 +43,12 @@ textarea:focus {
outline: none;
}
+.mouse-user-styles {
+ button:focus {
+ outline: none;
+ }
+}
+
/* stylelint-disable */
#app-content {
overflow-x: hidden;