Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-05 17:47:05 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-21 10:46:17 +0300
commit985e84a3b24f18f8dd3e15d2f7225124f0c2d5c6 (patch)
tree2c3bb453486278213754cd1b8e910369b233536b /app/assets/stylesheets/pages/builds.scss
parent7f6ac4f44c8cf071a6ec2f3f1ffc400dcb5d1e40 (diff)
added hoverstate on buttons, plus added spacing to make them more square when only the arrows are visible
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 76bb09c6c7d..407d4b1e17a 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -38,6 +38,11 @@
&.sticky {
position: fixed;
}
+
+ &:hover{
+ color: $ci-output-bg;
+ background-color: $white-light;
+ }
}
.autoscroll-container {
@@ -70,6 +75,10 @@
}
@media (max-width: $screen-sm-max) {
+ .btn {
+ padding: 6px 13px;
+ }
+
i.fa {
margin-right: 0;
}