diff --git a/plugins/CoreHome/stylesheets/coreHome.less b/plugins/CoreHome/stylesheets/coreHome.less index 85e843a1f572718fbbe0808f1910ea427729724c..5474eae3d2c9250a266b04752d0f9cd9e5ab289e 100644 --- a/plugins/CoreHome/stylesheets/coreHome.less +++ b/plugins/CoreHome/stylesheets/coreHome.less @@ -125,7 +125,6 @@ div .sparkline { clear: both; padding-bottom: 1px; margin-top: 10px; - border-bottom: 1px solid white; } .sparkline img { diff --git a/plugins/CoreHome/stylesheets/sparklineColors.less b/plugins/CoreHome/stylesheets/sparklineColors.less index 9b52820a502b9781c7143936f4b8abb54cc8cdd9..27f4645a8c0d96e72a6f6c9faf227cc692a98a25 100644 --- a/plugins/CoreHome/stylesheets/sparklineColors.less +++ b/plugins/CoreHome/stylesheets/sparklineColors.less @@ -1,13 +1,3 @@ -// sparkline styles -div.sparkline { - border-bottom: 1px solid white; -} - -div.sparkline.linked:hover { - cursor: pointer; - border-bottom: 1px dashed #c3c3c3; -} - // sparkline colors .sparkline-colors[data-name=backgroundColor] { color: white; diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less index f89c437fcef72e28605bc2293bd05eec68b1be10..699fb1d159c25a48638a6ce17df8f15b136642dc 100644 --- a/plugins/Morpheus/stylesheets/main.less +++ b/plugins/Morpheus/stylesheets/main.less @@ -559,11 +559,14 @@ table.dataTable .dataTableRowActions { div.sparkline { display: block; - width: 100%; border-bottom: 0; margin-bottom: 10px; - &:hover { - border-bottom: 0; + &.linked { + border-bottom: 1px solid transparent; + &:hover { + cursor: pointer; + border-bottom: 1px dashed #c3c3c3; + } } } diff --git a/tests/UI/expected-ui-screenshots b/tests/UI/expected-ui-screenshots index 8ced6992bf4e1d810d72a3a7279d7824eca36ceb..9a9660b56ba1a1877a345744136e7157bbf755d0 160000 --- a/tests/UI/expected-ui-screenshots +++ b/tests/UI/expected-ui-screenshots @@ -1 +1 @@ -Subproject commit 8ced6992bf4e1d810d72a3a7279d7824eca36ceb +Subproject commit 9a9660b56ba1a1877a345744136e7157bbf755d0