diff options
author | Daniel Molkentin | 2017-07-05 01:41:24 +0200 |
---|---|---|
committer | Daniel Molkentin | 2017-07-05 01:41:24 +0200 |
commit | 4a128effa402d91bb35a05653f728a1edc666b32 (patch) | |
tree | bdbce49fe06c2ade0d1f61da15c3d47c5c8eaae1 /configs/conferences | |
parent | 8700cad28e225dc187193859c2cd47410ab5f2a0 (diff) |
FCMC: stop jumping on hover
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fcmc/main.less | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/conferences/fcmc/main.less b/configs/conferences/fcmc/main.less index 91fbd3f..7e57024 100644 --- a/configs/conferences/fcmc/main.less +++ b/configs/conferences/fcmc/main.less @@ -28,19 +28,16 @@ html { .nav-tabs > li.active > a { background-color: @yellow; - border-bottom: 2px solid black; color: black; } .nav-tabs > li.active > a:hover { background-color: #c8b41e; - border-bottom: 2px solid black; color: black; } .nav-tabs > li > a:hover { background-color: #c8b41e; - border-bottom: 2px solid black; color: black; } |