Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
2ebd1be1
Commit
2ebd1be1
authored
Jun 22, 2021
by
DD Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the tab button hover states match the spec
parent
d575928e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
src/views/studio/studio.scss
src/views/studio/studio.scss
+11
-4
No files found.
src/views/studio/studio.scss
View file @
2ebd1be1
...
@@ -166,7 +166,7 @@ $radius: 8px;
...
@@ -166,7 +166,7 @@ $radius: 8px;
border-radius
:
8px
;
border-radius
:
8px
;
background
:
white
;
background
:
white
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
border
:
2px
solid
rgba
(
0
,
0
,
0
,
0
.15
)
;
border
:
2px
solid
box-shadow-light-gray
;
}
}
.studio-follow-button
{
.studio-follow-button
{
...
@@ -194,7 +194,7 @@ $radius: 8px;
...
@@ -194,7 +194,7 @@ $radius: 8px;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
background
:
white
;
background
:
white
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.15
)
;
border
:
1px
solid
$box-shadow-light-gray
;
color
:
#575e75
;
color
:
#575e75
;
padding
:
0
.5em
0
.75em
0
.5em
0
.5em
;
padding
:
0
.5em
0
.75em
0
.5em
0
.5em
;
&
:active
{
&
:active
{
...
@@ -217,8 +217,15 @@ $radius: 8px;
...
@@ -217,8 +217,15 @@ $radius: 8px;
}
}
}
}
a
.nav_link
:hover
>
li
{
a
.nav_link
:hover
>
li
{
background
:
$ui-blue-25percent
;
background
:
$active-gray
;
border
:
1px
solid
$ui-blue-10percent
;
border
:
1px
solid
$active-gray
;
}
a
.active.nav_link
:hover
>
li
{
background
:
$ui-blue-dark
;
color
:
white
;
img
{
filter
:
invert
(
0
);
}
}
}
}
}
...
...
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