Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,146
Issues
1,146
List
Boards
Labels
Service Desk
Milestones
Merge Requests
143
Merge Requests
143
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
0a06bb66
Commit
0a06bb66
authored
May 25, 2016
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some hover style
Just so we can see it is there.
parent
b875aaba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/_common.scss
+6
-1
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained-dark.css
+4
-1
gtk/theme/Adwaita/gtk-contained.css
gtk/theme/Adwaita/gtk-contained.css
+4
-1
No files found.
gtk/theme/Adwaita/_common.scss
View file @
0a06bb66
...
...
@@ -2308,10 +2308,15 @@ tabs {
padding
:
13px
;
// keeping width when paging buttons show up
border-right
:
1px
solid
transparentize
(
$borders_color
,
0
.5
);
&
:first-child
{
border-left
:
1px
solid
transparentize
(
$borders_color
,
0
.5
);
}
&
:checked
{
//FIXME not really working
&
:checked
,
&
:checked:hover
{
//FIXME not really working
border-bottom
:
2px
solid
$selected_bg_color
;
padding-bottom
:
11px
;
}
&
:hover
{
border-bottom
:
2px
solid
$borders_color
;
padding-bottom
:
11px
;
}
}
}
...
...
gtk/theme/Adwaita/gtk-contained-dark.css
View file @
0a06bb66
...
...
@@ -2599,9 +2599,12 @@ tabs tab {
border-right
:
1px
solid
rgba
(
27
,
31
,
32
,
0.5
);
}
tabs
tab
:first-child
{
border-left
:
1px
solid
rgba
(
27
,
31
,
32
,
0.5
);
}
tabs
tab
:checked
{
tabs
tab
:checked
,
tabs
tab
:checked:hover
{
border-bottom
:
2px
solid
#215d9c
;
padding-bottom
:
11px
;
}
tabs
tab
:hover
{
border-bottom
:
2px
solid
#1b1f20
;
padding-bottom
:
11px
;
}
/**************
* Scrollbars *
...
...
gtk/theme/Adwaita/gtk-contained.css
View file @
0a06bb66
...
...
@@ -2612,9 +2612,12 @@ tabs tab {
border-right
:
1px
solid
rgba
(
182
,
182
,
179
,
0.5
);
}
tabs
tab
:first-child
{
border-left
:
1px
solid
rgba
(
182
,
182
,
179
,
0.5
);
}
tabs
tab
:checked
{
tabs
tab
:checked
,
tabs
tab
:checked:hover
{
border-bottom
:
2px
solid
#4a90d9
;
padding-bottom
:
11px
;
}
tabs
tab
:hover
{
border-bottom
:
2px
solid
#b6b6b3
;
padding-bottom
:
11px
;
}
/**************
* Scrollbars *
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment