aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan <stefan@adlk.io>2018-03-28 14:56:12 +0200
committerLibravatar Stefan <stefan@adlk.io>2018-03-28 14:56:12 +0200
commit2364d595fe3d7f1c2824a0a6f33d37e13c81f698 (patch)
tree5d242f177aab48374707ef378c6a3430bfa33372 /src
parentfix(Windows): Hide title bar when in fullscreen (diff)
downloadferdium-app-2364d595fe3d7f1c2824a0a6f33d37e13c81f698.tar.gz
ferdium-app-2364d595fe3d7f1c2824a0a6f33d37e13c81f698.tar.zst
ferdium-app-2364d595fe3d7f1c2824a0a6f33d37e13c81f698.zip
minor style fix
Diffstat (limited to 'src')
-rw-r--r--src/styles/title-bar.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/styles/title-bar.scss b/src/styles/title-bar.scss
index 492245e2f..5316f35b3 100644
--- a/src/styles/title-bar.scss
+++ b/src/styles/title-bar.scss
@@ -32,8 +32,7 @@
32 margin: 4px; 32 margin: 4px;
33 border-radius: $theme-border-radius-small; 33 border-radius: $theme-border-radius-small;
34 } 34 }
35 &.selected { 35 &.selected, &.selected:focus {
36 // background: $theme-brand-primary;
37 background: none; 36 background: none;
38 37
39 .menu-item { 38 .menu-item {