diff options
| author | Wyatt Benno <wyattbenno@gmail.com> | 2019-06-21 08:35:02 +0900 |
|---|---|---|
| committer | Wyatt Benno <wyattbenno@gmail.com> | 2019-06-21 08:35:02 +0900 |
| commit | 308c4c97897ba25ee7a17e2c1ae815c08a11cfc6 (patch) | |
| tree | f8d00ffe6a4c23e6f6f49908553d81c6f65c4ca1 /src/components/user_profile/user_profile.vue | |
| parent | 066efd5b3c3389c066a2550644447bc876b0a1d5 (diff) | |
Make scss change for tab switcher only
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index bb5ab705..e5c49ff1 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -76,7 +76,7 @@ <style lang="scss"> -button:disabled { +.tab-switcher button:disabled { cursor: not-allowed; opacity: 1; } |
