diff --git a/resources/sass/_global.scss b/resources/sass/_global.scss index e0051d07f..34c2bd966 100755 --- a/resources/sass/_global.scss +++ b/resources/sass/_global.scss @@ -27,13 +27,13 @@ dl dd.separator{ dl.copyable{ - dd button{ + dd button, dt a{ background: transparent; border: none; visibility: hidden; } - dd:hover button{ + dd:hover button, dt:hover a{ visibility: visible; color: $gray-400; diff --git a/resources/views/user/show.blade.php b/resources/views/user/show.blade.php index d27288457..832c4b022 100644 --- a/resources/views/user/show.blade.php +++ b/resources/views/user/show.blade.php @@ -35,7 +35,7 @@
ATC Hours
{{ isset($userHours) ? $userHours : 'N/A' }}
-
VATSIM Stats
+
VATSIM Stats 
@foreach($vatsimStats as $key => $stat) @if($stat >= 1) @if($key == "pilot")